Skip to content

Commit

Permalink
Create touch-go.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Aug 27, 2023
1 parent a4f4ddb commit d507ffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions touch-go.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
find . -name '*.go' | while read f;do echo "// $(date)" >> $f;N=$((N + 1));if [[ $N -gt 1 ]];then break;fi done

0 comments on commit d507ffb

Please sign in to comment.