diff options
author | Ole Kristian Lien <ole.k.lien@gmail.com> | 2010-01-14 08:19:30 +0000 |
---|---|---|
committer | Ole Kristian Lien <ole.k.lien@gmail.com> | 2010-01-14 08:19:30 +0000 |
commit | 8f002067fcf300234be68bd2b01b178c931bb2fe (patch) | |
tree | 416fc47b19dfeed5b66ddc8fa175d28f09b5e3a2 /tools/intro | |
parent | 9b6e7c30bc1687c10c49413871588d17baf1b94f (diff) |
div. fix
Diffstat (limited to 'tools/intro')
-rwxr-xr-x | tools/intro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/intro b/tools/intro index e7c969c..d437197 100755 --- a/tools/intro +++ b/tools/intro @@ -23,7 +23,7 @@ if [ -z "$2" ]; then exit 1 fi -echo "Generating intro-video from $2 for $1..." +echo -n " * Generating intro-video..." # LOGO ./image_logo $1 intro-$COUNT white $LOGO @@ -50,3 +50,5 @@ rm $BASENAME-intro-$COUNT.png ./image2video $1 intro rm $BASENAME-intro-*.png + +echo -e "OK!" |