mirror of
https://github.com/rwinkhart/sshyp-labs.git
synced 2026-08-27 20:36:31 -04:00
5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
git add -f LICENSE README.md commit.sh extensions extra pointers
|
|
git commit -m "$1"
|
|
git push
|