parent
4d6310600b
commit
4d5bf40aff
@ -0,0 +1,6 @@ |
|||||||
|
#Adds a commit message and pushes project to github repository. |
||||||
|
# |
||||||
|
git add -u |
||||||
|
git add * |
||||||
|
git commit -m "$*" |
||||||
|
git push |
@ -0,0 +1,7 @@ |
|||||||
|
export VARS=("") |
||||||
|
|
||||||
|
function define() { |
||||||
|
VARS+=("$1") |
||||||
|
value="${*:2}" |
||||||
|
eval "$1"='$value' |
||||||
|
} |
Loading…
Reference in new issue