iamdanfox / ecsprint

Print from your machine on the CS department printers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ecsprint

Print files from your machine on the CS department printers.

./ecsprint m11dtf@ecs.ox.ac.uk report.txt


Passwordless SSH Required

ecsprint copies files to the remote machine using scp and prints them using ssh. You'll need passwordless SSH set up for this to work.

Make ecsprint globally accessible

Copy the ecsprint file to a folder on your $PATH, e.g. /usr/local/bin.

Alternatively, run ln -s <path>/<to>/<repo>/ecsprint.py /usr/local/bin/ecsprint to create a symlink.

About

Print from your machine on the CS department printers


Languages

Language:Python 100.0%