From c94027a75204beeef5a3a2ac63a86e8d2f29c3e6 Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Tue, 1 Sep 2015 16:46:44 +0200 Subject: [PATCH] Prepare to generate bundles with asciiart --- bin/create-img-single.bash | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/create-img-single.bash b/bin/create-img-single.bash index 5281399..06419a4 100755 --- a/bin/create-img-single.bash +++ b/bin/create-img-single.bash @@ -37,6 +37,7 @@ $ECHO "\n webroot/img_header.php" $ECHO "\n CHttpGet.php" $ECHO "\n CRemoteImage.php" $ECHO "\n CWhitelist.php" +$ECHO "\n CAsciiArt.php" $ECHO "\n CImage.php" $ECHO "\n webroot/img.php" $ECHO "\n" @@ -64,10 +65,13 @@ $ECHO "$NEWLINES" | tee -a $TARGET_D $TARGET_P $TARGET_S > /dev/null tail -n +2 CRemoteImage.php | tee -a $TARGET_D $TARGET_P $TARGET_S > /dev/null $ECHO "$NEWLINES" | tee -a $TARGET_D $TARGET_P $TARGET_S > /dev/null -tail -n +2 CImage.php | tee -a $TARGET_D $TARGET_P $TARGET_S > /dev/null +tail -n +2 CWhitelist.php | tee -a $TARGET_D $TARGET_P $TARGET_S > /dev/null $ECHO "$NEWLINES" | tee -a $TARGET_D $TARGET_P $TARGET_S > /dev/null -tail -n +2 CWhitelist.php | tee -a $TARGET_D $TARGET_P $TARGET_S > /dev/null +tail -n +2 CAsciiArt.php | tee -a $TARGET_D $TARGET_P $TARGET_S > /dev/null +$ECHO "$NEWLINES" | tee -a $TARGET_D $TARGET_P $TARGET_S > /dev/null + +tail -n +2 CImage.php | tee -a $TARGET_D $TARGET_P $TARGET_S > /dev/null $ECHO "$NEWLINES" | tee -a $TARGET_D $TARGET_P $TARGET_S > /dev/null tail -n +2 webroot/img.php | tee -a $TARGET_D $TARGET_P $TARGET_S > /dev/null