Skip to content

Instantly share code, notes, and snippets.

@mistaka0s
mistaka0s / custom.ublock
Last active August 5, 2018 10:54
Custom ublock list
! Title: mistaka0s custom ublock list
##.vb_smoke-base
||motosal.net
icdrama.se##.glx-grid
@mistaka0s
mistaka0s / post-recieve.sh
Last active April 16, 2017 20:56
Git post-recieve hook to update Splunk deployment-apps directory on push.
#!/bin/bash
umask 022
# Uncomment to debug.
#set -x
# Modify GITWORKDIR to suit you.
#GITWORKDIR=/tmp/deployment-apps/
GITWORKDIR=/opt/splunk/etc/deployment-apps/
# Modify AUTOPUSHBRANCH with the branch you want to automatically push.