Advertisement
McMrARM

DS9260(FRC 2009 Drivers Station) Init script

Aug 31st, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.52 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. /bin/mount -n -t proc proc /proc
  4. /bin/mount -o remount,rw /
  5. /bin/mount -a
  6. /bin/hostname -F /etc/hostname
  7. /sbin/ifconfig lo 127.0.0.1 up
  8. /sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
  9. /sbin/ifdown eth0
  10. /sbin/ifup eth0
  11. /ds60x/config/init
  12. telnetd
  13. /ds60x/bin/manager
  14. /ds60x/bin/mgr_joysx 0
  15. /ds60x/bin/mgr_joysx 1
  16. /ds60x/bin/mgr_joysx 2
  17. /ds60x/bin/mgr_joysx 3
  18. /ds60x/bin/send_fms
  19. /ds60x/bin/send_pc
  20. /ds60x/bin/send_robot
  21. /ds60x/bin/recv_pc
  22. /ds60x/bin/recv_fms
  23. /ds60x/bin/recv_robot
  24. /ds60x/bin/lcd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement