mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
|
|
#. ./.profile
|
||
|
|
killall java
|
||
|
|
killall FRCUserProgram
|
||
|
|
sleep 1
|
||
|
|
nohup java -Djna.library.path=$LD_LIBRARY_PATH -Xmx32M -jar FRCUserProgram.jar
|