summaryrefslogtreecommitdiff
path: root/bin/write-menus.sh
blob: 56b09293b5035b37519aba8f901e221889331ee2 (plain)
1
2
3
4
#!/bin/bash
CONFIG_FILE=$1
DIRECTORY=$2
find $DIRECTORY -name \*.html -exec python static-menu.py $CONFIG_FILE {} $DIRECTORY \;