update
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
from database import execute
|
||||||
|
import bcrypt
|
||||||
+13
@@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd ~/Desktop/calender || exit
|
||||||
|
|
||||||
|
git add .
|
||||||
|
|
||||||
|
read -p "commit msg: " COMMITMSG
|
||||||
|
|
||||||
|
git commit -m "$COMMITMSG"
|
||||||
|
|
||||||
|
git push
|
||||||
|
|
||||||
|
cd ~
|
||||||
Reference in New Issue
Block a user