To do this add this line to ~/.bashrc file.1
export PATH=$PATH:~/scripts
Then all scripts in this file can be called without pathname.
To add existing programs to this list type this in the script folder.1
ln -s program
To do this add this line to ~/.bashrc file.1
export PATH=$PATH:~/scripts
Then all scripts in this file can be called without pathname.
To add existing programs to this list type this in the script folder.1
ln -s program