How To: Run shell scripts containing relative paths from anywhere
Have you ever had the problem that you want to run a script but because it handles relative paths it depends on the directory it's called from? Well, today I learned about a shell function that helps...