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