I have a script and a file text containing variables for this script in the same directory. I need to read these variables but without this
. /path_to_my_file.file.txt
I don't want any paths inside my script.Doing this does not work
. file.txt
So what other possibilities i have?