Upload New File

This commit is contained in:
Nathan Schneider
2019-08-06 04:14:51 +00:00
parent 79c1e7f02c
commit af79bf37dc
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
sftp nsinfo@ossie.mayfirst.org <<EOF
cd nathanschneider.info/web/articles/
put $1
quit
EOF