bliper

static html page generation in perl
git clone git://git.2f30.org/bliper
Log | Files | Refs | README | LICENSE

commit cd6c826f59c193745214e6a26a830578969a823d
parent 564499ebc9e6fd6c12dc0387ab3152d9dc1a50b3
Author: cipher <haris@2f30.org>
Date:   Fri, 16 May 2014 00:21:51 +0300

Better string choice for menu placeholder.

Diffstat:
Mbin/bliper-menu-creation.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/bliper-menu-creation.sh b/bin/bliper-menu-creation.sh @@ -8,6 +8,6 @@ cd $FILES for f in *.html do echo "Processing $f" - sed -e "s#INSERTMENU#$MENU#g" $f > $f.new + sed -e "s#%INSERTMENU%#$MENU#g" $f > $f.new mv $f.new $f done