8 lines
96 B
Bash
8 lines
96 B
Bash
#!/bin/bash
|
|
|
|
if [ $1 = "push" ] ; then
|
|
p2sthopegit
|
|
else
|
|
cd ~/Documents/gitea/website
|
|
git pull
|
|
fi |