This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ! Title: mistaka0s custom ublock list | |
| ##.vb_smoke-base | |
| ||motosal.net | |
| icdrama.se##.glx-grid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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. |