aboutsummarylogtreecommitdiffstats
path: root/update.sh
blob: e20ee67e1f7b98b45aaf38ff75b4c86e82337af0 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
cd `dirname $0`; pwd
updpkgsums
makepkg --printsrcinfo > .SRCINFO
git add PKGBUILD .SRCINFO update.sh zshrc LICENSE easy-zsh-config.install README.md easy-zsh-config
git commit -s -m 'Update to a new version'
git push
git push github