I\'ve added my folder\'s path to the bashrc, in linux mint 15. Which contains my scripts. My scripts supposed to work like the bash scripts, as I know. But every time I try
You might have forgotten to give your scripts execution permissions:
chmod a+x /path/to/the/script