all repos

dotfiles @ 394d56f

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