I've written myself a simple bash script that will automatically copy files from my camera to my external hard drive if both are plugged in, the idea being I can use it to empty the memory card when I'm away from a PC.
If the script runs successfully, then the Pi will shutdown. At the moment, as I'm running it headless, it's hard to tell if the Pi is idling or if it has completed its operations. I noticed that if I have the ethernet plugged in, it lights more of the status LEDs when the Pi is on, and these turn off after shutdown.
I don't want to play around with loads of extra code to change the operation of the LEDs, (my scripting knowledge is still pretty basic) and don't want to add any extra hardware... but the thought I had was that I could use a truncated ethernet cable to get the extra lights.
The lights don't come on unless both ends are plugged in, but would it be possible to safely loop/short some of the connections on the ethernet port to power up the lights without having a proper data connection??
Any alternative suggestions are gladly welcomed!