aboutsummaryrefslogblamecommitdiff
path: root/bin/jfc
blob: cb032a5cd6074538790a0eda754e392966060b83 (plain) (tree)
1
2
3
4
5
6
7






                                                                             
#!/bin/sh

# jfc(1) -- Just add everything to a Git repository and quietly commit with a
# stock message

git add --all
git commit --message 'Committed by jfc(1)' --quiet