parent
b97ed10ea1
commit
c551f1d239
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,10 +1,10 @@ |
|||||||
#!/bin/bash |
#!/usr/bin/env bash |
||||||
|
|
||||||
SCRIPT_DIR=$(dirname "$0") |
SCRIPT_DIR=$(dirname "$0") |
||||||
BASEDIR=$(realpath "$SCRIPT_DIR/../../") |
BASEDIR=$(realpath "$SCRIPT_DIR/../../") |
||||||
cd $BASEDIR |
cd $BASEDIR |
||||||
|
|
||||||
# tests that our build system's dependencies are configured properly, |
# tests that our build system's dependencies are configured properly, |
||||||
# needs a machine with lots of cores |
# needs a machine with lots of cores |
||||||
scons --clean |
scons --clean |
||||||
scons --no-cache --random -j$(nproc) |
scons --no-cache --random -j$(nproc) |
||||||
|
@ -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