7 lines
101 B
Bash
Executable File
7 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
sftp nsinfo@ossie.mayfirst.org <<EOF
|
|
cd nathanschneider.info/web/articles/
|
|
put $1
|
|
quit
|
|
EOF
|