mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-28 04:46:34 -04:00
Former-commit-id: 95a43d9258c716c49e44020ffaec50a4b03eaaa6 Former-commit-id: 734e5249c491f87fb688651954a0ce84cd6f874e
5 lines
162 B
Bash
Executable File
5 lines
162 B
Bash
Executable File
#!/bin/sh
|
|
git add -f extra lib/sshyp.py lib/sshync.py lib/stweak.py port-jobs share LICENSE README.md package.sh commit.sh .gitignore
|
|
git commit -m "$1"
|
|
git push
|