root/2009_cbc_hacking/nhs_installer/stop

User picture

Author: Jeremy Rand

Revision: 1


File Size: 201 Bytes

(August 18, 2009 17:14 UTC) Almost 3 years ago

Code for the 2009 CBC Hacking GCER paper.

 
Show/hide line numbers
#!/bin/bash

PRINT="/mnt/usb/fb_print --skiptop 50"
PROG=/mnt/user/code/robot

if killall robot; then
  echo ""
  echo "robot.c stopped"
else
  echo "No program running"
fi

/mnt/user/code/stop/robot