|
|
|
@ -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 .*'
|
|
|
|
|