Initial log file script

pull/85/head
Alan Johnston 5 years ago
parent bea0f92bb3
commit 06dea5d9e0

9
log

@ -0,0 +1,9 @@
#!/bin/bash
echo -e "\nLog file script for CubeSatSim\n"
sudo journalctl -u cubesatsim > log.txt
cat log.txt
echo -e "\nLog file also saved as /home/pi/CubeSatSim/log.txt"
Loading…
Cancel
Save

Powered by TurnKey Linux.