I want to "TRY" to write a script that will run the following command.
----------------------------------------------------
/usr/bin/thumber/thumber PATHOFMOVIES
----------------------------------------------------
So for example if the movie "Star Wars" was downloaded and uncompressed in a folder "/media/complete/movies/Star Wars"
I want a script that will run
/usr/bin/thumber/thumber /media/complete/movies/Star\ Wars
What variable is passed for "/media/complete/movies/Star\ Wars"??
Thanks.
Thumber basically is a script that takes 10 thumbnails from a compatible movie.
Help with Linux bash script.
Re: Help with Linux bash script.
i think I found it.
/usr/bin/thumber/thumber "$1"
/usr/bin/thumber/thumber "$1"
Re: Help with Linux bash script.
nevermind the script worked. I had to change the permissions on the script. duh..ppan76 wrote: i think I found it.
/usr/bin/thumber/thumber "$1"
Last edited by ppan76 on October 27th, 2009, 8:33 pm, edited 1 time in total.