add sqlsetup function

master
lub 6 years ago
parent 217b9dfcd3
commit 733d942eef

@ -54,6 +54,15 @@ function toverview {
q4
}
function sqlsetup {
sudo mount /home/lub/remote/softwaredepot-sqlsetup
git pull
git push
cd ~/remote/softwaredepot-sqlsetup/setup
git pull
cd -
}
function _df() {
echo "$*"
btrfs filesystem usage "$*" 2> /dev/null | grep -o 'Free .*'

Loading…
Cancel
Save