From 254234009989709e10b41a2ee5ed7670dd6c0ac2 Mon Sep 17 00:00:00 2001 From: Tony Kuker Date: Tue, 18 Jan 2022 22:20:31 +0000 Subject: [PATCH] development script --- src/raspberrypi/rebuild.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 src/raspberrypi/rebuild.sh diff --git a/src/raspberrypi/rebuild.sh b/src/raspberrypi/rebuild.sh new file mode 100755 index 00000000..b36bac0a --- /dev/null +++ b/src/raspberrypi/rebuild.sh @@ -0,0 +1 @@ +make all -j4 DEBUG=1 && sudo systemctl stop rascsi && sudo make install && sudo systemctl start rascsi && sleep 1 && rasctl -c attach -i 4 -f powerview && rasctl -l