A weird question, I know. Here's the script:
echo $USER
Here's the command I use to run it:
sudo ./myscript.sh
Right now it prints "root" but I want it to print jon
, my username. Is there a way to do that by changing the script, and not the command?