diff options
Diffstat (limited to 'tools/intro')
-rwxr-xr-x | tools/intro | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/intro b/tools/intro index 4d07934..9b08b23 100755 --- a/tools/intro +++ b/tools/intro @@ -1,5 +1,10 @@ #!/bin/bash -# ikke i svn +# +# Date: 2009-12-10 +# Author: Ole Kristian Lien +# License: GNU General Public License +# +# Generate intro-file to a video EXT=`echo "$1"|awk -F . '{print $NF}'` BASENAME=`basename $1 .$EXT` |