7 lines
153 B
Bash
Executable file
7 lines
153 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd /Users/beamer/Documents/ProPresenter-LIVE
|
|
/usr/bin/git add --all .
|
|
/usr/bin/git commit -m "boot: inital commit"
|
|
/usr/bin/git push origin
|