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