add bash scripts for git operations and Lombok documentation
This commit is contained in:
12
docs/app.sh
Executable file
12
docs/app.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
case $1 in
|
||||
gitup)
|
||||
echo "Pushing to git"
|
||||
git add -A
|
||||
git commit -m $(date "+%Y-%m-%dT%H:%M:%S")
|
||||
git push origin
|
||||
;;
|
||||
*)
|
||||
code .
|
||||
esac
|
||||
Reference in New Issue
Block a user