First Commit
This commit is contained in:
9
Laptop/thunarserver
Executable file
9
Laptop/thunarserver
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
IP=192.168.0.21
|
||||
PORT=121
|
||||
DIR=/var
|
||||
PROTOCOL=sftp://
|
||||
thunar $PROTOCOL$IP:$PORT$DIR
|
||||
|
||||
exit 0;
|
Reference in New Issue
Block a user