6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/firefrost-work/firefrost-operations-manual
|
|
git remote -v
|
|
git push origin master
|
|
echo "GitHub sync triggered"
|