mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-27 20:36:27 -04:00
5 lines
101 B
Bash
Executable File
5 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
sed -i 's/[[:space:]]*$//' ./lib/* ./port-jobs/* ./package.sh
|
|
git commit -am "$1"
|
|
git push
|