parent
65fccbf756
commit
1dcd660815
44 changed files with 49 additions and 49 deletions
@ -1,3 +1,3 @@ |
|||||||
#!/usr/bin/bash |
#!/usr/bin/env bash |
||||||
|
|
||||||
exec ./launch_chffrplus.sh |
exec ./launch_chffrplus.sh |
||||||
|
@ -1,3 +1,3 @@ |
|||||||
#!/usr/bin/bash |
#!/usr/bin/env bash |
||||||
nmcli connection modify --temporary esim ipv4.route-metric 1 ipv6.route-metric 1 |
nmcli connection modify --temporary esim ipv4.route-metric 1 ipv6.route-metric 1 |
||||||
nmcli con up esim |
nmcli con up esim |
||||||
|
@ -1,2 +1,2 @@ |
|||||||
#!/bin/bash |
#!/usr/bin/env bash |
||||||
clang++ -I /home/batman/one/external/tensorflow/include/ -L /home/batman/one/external/tensorflow/lib -Wl,-rpath=/home/batman/one/external/tensorflow/lib main.cc -ltensorflow |
clang++ -I /home/batman/one/external/tensorflow/include/ -L /home/batman/one/external/tensorflow/lib -Wl,-rpath=/home/batman/one/external/tensorflow/lib main.cc -ltensorflow |
||||||
|
@ -1,4 +1,4 @@ |
|||||||
#!/usr/bin/bash |
#!/usr/bin/env bash |
||||||
|
|
||||||
cd /data/openpilot |
cd /data/openpilot |
||||||
exec ./launch_openpilot.sh |
exec ./launch_openpilot.sh |
||||||
|
@ -1,4 +1,4 @@ |
|||||||
#!/usr/bin/bash |
#!/usr/bin/env bash |
||||||
set -e |
set -e |
||||||
|
|
||||||
RUBYOPT="-W0" irqtop -d1 -R |
RUBYOPT="-W0" irqtop -d1 -R |
||||||
|
Loading…
Reference in new issue