#!/bin/sh scp 80-linux_mount_helper.c ubuntu@192.168.1.242: ssh ubuntu@192.168.1.242 ' gcc -o calibre-mount-helper 80-linux_mount_helper.c sudo chown root:root calibre-mount-helper sudo chmod u+s calibre-mount-helper sudo mv calibre-mount-helper /usr/bin/ '