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