summaryrefslogtreecommitdiff
path: root/bin/write-menus.sh
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-07-04 15:55:04 +0200
committeremkael <emkael@tlen.pl>2017-07-04 15:55:46 +0200
commitdc597e9fbf9ea78110905649cf39df5a1662c1d8 (patch)
tree93712259d14d6d016800d3c48369ae26ec331c8c /bin/write-menus.sh
parent7ad97251669963ec81eb9e808e9a8890939a1b1a (diff)
Build scripts for static content and menu
Diffstat (limited to 'bin/write-menus.sh')
-rwxr-xr-xbin/write-menus.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/write-menus.sh b/bin/write-menus.sh
new file mode 100755
index 0000000..56b0929
--- /dev/null
+++ b/bin/write-menus.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+CONFIG_FILE=$1
+DIRECTORY=$2
+find $DIRECTORY -name \*.html -exec python static-menu.py $CONFIG_FILE {} $DIRECTORY \;