9 lines
219 B
Bash
Executable File
9 lines
219 B
Bash
Executable File
#!/bin/sh
|
|
echo "Be sure to log into members.mayfirst.org/cp/ as nsinfo in the past 24 hours. Proceed when ready."
|
|
read response
|
|
sftp nsinfo@shell.mayfirst.org <<EOF
|
|
cd nathanschneider.info/web/articles/
|
|
put $1
|
|
quit
|
|
EOF
|