You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
anti-AD/start.sh

15 lines
286 B
Bash

#!/bin/bash
source /etc/profile
cd $(cd "$(dirname "$0")";pwd)
git pull
shopt -s expand_aliases
alias php='/usr/local/php/bin/php'
export PHP_RET=$(. ./start-ci.sh | tail -1)
git add -A adblock-for-dnsmasq.conf origin-files/*
git commit -am "auto commit. $PHP_RET"
git push --force