2025-04-08T19:56:24
This commit is contained in:
13
docs/app.sh
Executable file
13
docs/app.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#! /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
|
||||
;;
|
||||
*)
|
||||
echo "Launching editor"
|
||||
code .
|
||||
esac
|
||||
Reference in New Issue
Block a user