aboutsummaryrefslogtreecommitdiffstats
path: root/buildhelper.sh
blob: a311a402a2f5f1f24d2ff212b08408c75fe5a5cb (plain) (blame)
1
2
3
4
5
6
7
8
#!/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/
'