Files
dotfiles/.scripts/articleupload.sh
T

9 lines
198 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 web/articles/
put $1
quit
EOF