7 lines
88 B
Bash
Executable file
7 lines
88 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cd ~/Notebook
|
|
git pull
|
|
git add .
|
|
git commit -m "$(date)"
|
|
git push
|