diff options
author | Ole Kristian Lien <ole.k.lien@gmail.com> | 2009-12-09 23:16:56 +0000 |
---|---|---|
committer | Ole Kristian Lien <ole.k.lien@gmail.com> | 2009-12-09 23:16:56 +0000 |
commit | 2c2ff1462d288567db0cf90faa5591f0823042ff (patch) | |
tree | 5896cf03c40a73e0eb4fff0d027b222770018dc2 /tools/intro | |
parent | ad4080141ca1d8d1f0539398765c0db381a47f09 (diff) |
fixed :)
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` |