diff --git a/install.sh b/install.sh deleted file mode 100644 index bcaa045..0000000 --- a/install.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -#Run this in terminal -g++ -std=c++14 today.cpp -o a.out -mkdir /etc/Moore_Flight_Computer/ -mv balloon.sh /etc/init.d/ -chmod +x /etc/init.d/balloon.sh -mv a.out /etc/Moore_Flight_Computer/ -mv data.sh /etc/Moore_Flight_Computer/ -mv camera.sh /etc/Moore_Flight_Computer/ -exit 0