diff options
Diffstat (limited to 'fpga/hp_lcd_driver/g')
-rwxr-xr-x | fpga/hp_lcd_driver/g | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fpga/hp_lcd_driver/g b/fpga/hp_lcd_driver/g new file mode 100755 index 0000000..1ee944e --- /dev/null +++ b/fpga/hp_lcd_driver/g @@ -0,0 +1,5 @@ +#!/bin/bash +set -e +make smh-ac415 +rsync -varP -e ssh ./ 10.16.66.111:${PWD}/ +ssh 10.16.66.111 "cd ${PWD} && /root/prog" |