You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/log

10 lines
177 B

#!/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"

Powered by TurnKey Linux.