We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b86609 commit 771075aCopy full SHA for 771075a
cmake-build-debug/CMakeFiles/clion-log.txt
@@ -0,0 +1 @@
1
+CMakeLists.txt not found in /Users/timsiwula/ClionProjects/bash_code
deploy_script.sh
@@ -0,0 +1,15 @@
+#!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
12
+git commit -m "[auto generated] via tim's deploy_script.sh"
13
+git push origin master
14
15
+echo "<----- done <----"
0 commit comments