all repos

dotfiles @ 394d56fa6908da5418a6e5e21ce1050e587afd32

my dotfiles

scripts/gitpush.sh (view raw)

1
2
3
4
5
#!/bin/sh
git add ./
read -p "Commit message: " msg
git commit -am "$msg"
git push origin master