You are not logged in.
bash-autocomplete is installed. But it doesn't work when trying to execute a script like so
user$ ./myscript.sh
It's especially bothersome when the script name is long. What works is specifying the command like
user$ bash ./myscript.sh
Then autocomplete works properly. Why so? I remember being able to execute stuff the former way on other systems.
Last edited by Smolgus (2024-10-14 17:01:28)
Offline
Hello and welcome.
Is your script marked executable?
chmod +x myscript.sh
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
[ Generated in 0.008 seconds, 8 queries executed - Memory usage: 523.43 KiB (Peak: 524.27 KiB) ]