mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-27 20:36:27 -04:00
Former-commit-id: 8fd9fafe1e13d524111d577647c2f8012281fca9 Former-commit-id: 8eaefd58e86ecc5911410f7f4cdab45e4f36a238
5 lines
148 B
Bash
Executable File
5 lines
148 B
Bash
Executable File
#!/bin/sh
|
|
git add -f extra lib/sshyp.py lib/sshync.py port-jobs share LICENSE README.md package.sh commit.sh .gitignore
|
|
git commit -m "$1"
|
|
git push
|