First Commit

This commit is contained in:
2018-06-21 22:49:50 -05:00
commit af15154277
134 changed files with 23594 additions and 0 deletions

9
Laptop/thunarserver Executable file
View 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;