extra blank lines added

pull/85/head
alanbjohnston 5 years ago committed by GitHub
parent c75b7dcf48
commit 801b1fc066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,6 +82,7 @@ elif [ "$1" = "-c" ]; then
echo $callsign $2 $3 $4 echo $callsign $2 $3 $4
echo $callsign $2 $3 $4 > sim.cfg echo $callsign $2 $3 $4 > sim.cfg
echo
echo "Restarting CubeSatSim with new configuraation file" echo "Restarting CubeSatSim with new configuraation file"
echo echo
@ -126,6 +127,7 @@ elif [ "$1" = "-r" ]; then
echo $1 $resets $3 $4 echo $1 $resets $3 $4
echo $1 $resets $3 $4 > sim.cfg echo $1 $resets $3 $4 > sim.cfg
echo
echo "Restarting CubeSatSim with new configuraation file" echo "Restarting CubeSatSim with new configuraation file"
echo echo
@ -193,6 +195,7 @@ elif [ "$1" = "-l" ]; then
echo -e "\nCubeSatSim configuraation sim.cfg file updated to: \n" echo -e "\nCubeSatSim configuraation sim.cfg file updated to: \n"
echo $1 $2 $lat $long echo $1 $2 $lat $long
echo $1 $2 $lat $long > sim.cfg echo $1 $2 $lat $long > sim.cfg
echo
echo "Restarting CubeSatSim with new configuraation file" echo "Restarting CubeSatSim with new configuraation file"
echo echo

Loading…
Cancel
Save

Powered by TurnKey Linux.