Loading scripts/Calibration tool 100755 → 100644 +11 −1 Original line number Diff line number Diff line #!/bin/bash ~/Desktop/thehole/the-hole-calibrator DIR=`dirname "$0"` # Kill tracker (have to kill the script and its children) pkill -P $(cat "$DIR/pid") # Run calibrator $DIR/../the-hole-calibrator # Relaunch tracker sleep 1 $DIR/startup.sh & Loading
scripts/Calibration tool 100755 → 100644 +11 −1 Original line number Diff line number Diff line #!/bin/bash ~/Desktop/thehole/the-hole-calibrator DIR=`dirname "$0"` # Kill tracker (have to kill the script and its children) pkill -P $(cat "$DIR/pid") # Run calibrator $DIR/../the-hole-calibrator # Relaunch tracker sleep 1 $DIR/startup.sh &