Revamp
This commit is contained in:
parent
02f1e08bf8
commit
eff7e9d880
10 changed files with 81 additions and 357 deletions
|
@ -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/$@
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue