summaryrefslogtreecommitdiff
path: root/trigger
blob: b285d7b970c300d4863b07ad6f86c5b40eb147dc (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
local -i a=$(cat id 2> /dev/null)
echo $((a++)) > id
git add id
git commit -m "Commit $a"
git push