Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a573df154b900b6618d0b46f8d2635a8dba1082f
/
.
/
y2019
/
vision
/
tools
/
rcS_script.txt
blob: 3909a6e0e084095ae4ddf94487585f45174e93c4 [
file
] [
log
] [
blame
]
Parker Schuh
46b4881
2019-02-22 20:45:36 -0800
[
diff
] [
blame
]
1
#!/bin/sh
2
hostname jevois
3
MODULES_DIR
=/
lib
/
modules
/
3.4
.
39
4
5
if
[
!
-
f
/
boot
/
login
];
then
/
jevois
/
austin_cam
.
sh
6
else
while
true
;
do
/
sbin
/
getty
-
L ttyS0
115200
vt100
;
done
;
fi