This commit is contained in:
Andrew Tomaka 2016-08-13 16:06:49 -04:00
parent 02f1e08bf8
commit eff7e9d880
10 changed files with 81 additions and 357 deletions

View file

@ -27,14 +27,6 @@ function port-forward {
fi
}
function map-sshfs {
if [ $# -eq 0 ]; then
echo Usage: map-sshfs HOST DIRECTORY MOUNT
else
sshfs -o idmap=user -o workaround=rename $USER'@'$1':'$2 $HOME'/Mounts/'$3
fi
}
function gitignore-io {
curl https://www.gitignore.io/api/$@
}