4 lines
101 B
Bash
Executable file
4 lines
101 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "Pushing to Gitlab..."
|
|
git push git@gitlab.com:flyingscorpio/SetupCockpit.git master
|