Add just command for sshfs mount
This commit is contained in:
parent
fabb978e17
commit
cf2bf37ed8
1
red/.gitignore
vendored
1
red/.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
target
|
||||
Cargo.lock
|
||||
mount
|
||||
|
|
|
@ -8,3 +8,6 @@ rrun:
|
|||
|
||||
rdown:
|
||||
ssh olimex@muele.local "sudo /usr/sbin/poweroff"
|
||||
|
||||
mount:
|
||||
sshfs olimex@muele.local:/ mount
|
||||
|
|
Loading…
Reference in a new issue