summaryrefslogtreecommitdiffstats
path: root/fpga/hp_lcd_driver/g
diff options
context:
space:
mode:
authorroot <root@new-fish.medaka.james.internal>2025-05-01 21:07:24 +0100
committerroot <root@new-fish.medaka.james.internal>2025-05-01 21:07:24 +0100
commit5aaf9d42ebe4767b7a076a2c615406549b4529f4 (patch)
treef8c92ab2f4df71c66751fa650b2a522aa50215f9 /fpga/hp_lcd_driver/g
parent4c3c9419ec26b863ee22e56730f036254d09d16a (diff)
downloadhp_instrument_lcds-5aaf9d42ebe4767b7a076a2c615406549b4529f4.tar.gz
hp_instrument_lcds-5aaf9d42ebe4767b7a076a2c615406549b4529f4.tar.bz2
hp_instrument_lcds-5aaf9d42ebe4767b7a076a2c615406549b4529f4.zip
tidyingup
Diffstat (limited to 'fpga/hp_lcd_driver/g')
-rwxr-xr-xfpga/hp_lcd_driver/g5
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"