As the question suggests, I made a script that inserts a specific statement in a specific line in *.ovpn file, How can I make the * as an input argument so that the script will ask me for it when I execute it? (I'm using EOF but I can switch to any other method that works).
Thanks in advance.
I created script.sh and used there variable provided by user
./script '*'
Using
read -p
: