~/.radiolist doesn't exist and I execute /usr/local/bin/cliradio outside of D
This happens if
1. I download your script into some directory D
2. copy `cliradio` into `/usr/local/bin/`
3. `~/.radiolist` doesn't exist and I execute `/usr/local/bin/cliradio` outside of D
I more or less "solved" this by making the script itself create the file (with the same contents as examplelist) instead of copying. This should make it more position-independent.
Let me know about anything else you find!
Hi thanks for pointing this out!
I more or less "solved" this by making the script itself create the file (with the same contents as `examplelist`) instead of copying. This should make it more position-independent.
Let me know about anything else you find!
This happens if
cliradio
into/usr/local/bin/
~/.radiolist
doesn't exist and I execute/usr/local/bin/cliradio
outside of DHi thanks for pointing this out!
I more or less "solved" this by making the script itself create the file (with the same contents as
examplelist
) instead of copying. This should make it more position-independent.Let me know about anything else you find!