Skip to content

Commit 771075a

Browse files
committed
[auto generated] via tim's deploy_script.sh
1 parent 8b86609 commit 771075a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CMakeLists.txt not found in /Users/timsiwula/ClionProjects/bash_code

deploy_script.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!bin/bash
2+
# pwd:
3+
# chmod +x deploy_script.sh
4+
# bash deploy_script.sh
5+
# at here /usr/local/bin/deploy_script.sh
6+
# alias deploy="bash deploy_script.sh"
7+
8+
echo "-----> starting deploy_script.sh ---->"
9+
git status
10+
git add .
11+
git status
12+
git commit -m "[auto generated] via tim's deploy_script.sh"
13+
git push origin master
14+
git status
15+
echo "<----- done <----"

0 commit comments

Comments
 (0)