Skip to content

Instantly share code, notes, and snippets.

View mohoromitch's full-sized avatar
🌇
🎉

Mitchell Mohorovich mohoromitch

🌇
🎉
View GitHub Profile

Keybase proof

I hereby claim:

  • I am mohoromitch on github.
  • I am mohoromitch (https://keybase.io/mohoromitch) on keybase.
  • I have a public key ASDzpbAnIVzxbMhvtpRsudTiB_GaHTE1Rm2948j8UW_mqAo

To claim this, I am signing this object:

@mohoromitch
mohoromitch / rcsprint.sh
Last active August 29, 2015 14:19
Ryerson CS Dept. Print Script
#!/bin/bash
function usage {
echo "Usage: `basename $0` -p[room number] -s(single sided) [file]"
exit 0
}
USERNAME="CHANGE THIS"
SERVER="moon.scs.ryerson.ca"
DESTDIR="~"