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