mirror of
https://github.com/rwinkhart/sshyp-labs.git
synced 2026-08-28 12:56:33 -04:00
5 lines
129 B
Bash
Executable File
5 lines
129 B
Bash
Executable File
#!/bin/sh
|
|
git add -f extra password-pasture sshyp-mfa LICENSE README.md version commit.sh .gitignore
|
|
git commit -m "$1"
|
|
git push
|