3 lines
93 B
Bash
3 lines
93 B
Bash
#!/usr/bin/env bash
|
|
sshfs -o allow_other pi@192.168.1.106:/var/www/html/control-freak/ piAll
|