scripts-main/Laptop/thunarserver

10 lines
103 B
Plaintext
Raw Permalink Normal View History

2018-06-21 22:49:50 -05:00
#!/bin/bash
IP=192.168.0.21
PORT=121
DIR=/var
PROTOCOL=sftp://
thunar $PROTOCOL$IP:$PORT$DIR
exit 0;