diff options
author | gennyble <gen@nyble.dev> | 2023-12-02 21:22:22 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-12-02 21:22:22 -0600 |
commit | 0b94c2293df9df5c1ff5307d2f169c3c30c02bc6 (patch) | |
tree | d488967eb82e92a5c2729581b5b9781a9074a7bf /updateTimes.sh | |
download | ∞-0b94c2293df9df5c1ff5307d2f169c3c30c02bc6.tar.gz ∞-0b94c2293df9df5c1ff5307d2f169c3c30c02bc6.zip |
again, again. again!
Diffstat (limited to 'updateTimes.sh')
-rwxr-xr-x | updateTimes.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/updateTimes.sh b/updateTimes.sh new file mode 100755 index 0000000..7576a27 --- /dev/null +++ b/updateTimes.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# used with a pre-commit hook that executes this script and then runs: +# git add .times +whenwasit --ignore .times-ignore . > .times \ No newline at end of file |