From 8f795b1d445441daab5ffb75060a6dbf8ed0934a Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 8 Sep 2017 01:28:21 +0200 Subject: Renaming scripts so that their names make sense --- bin/write-menus.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 bin/write-menus.sh (limited to 'bin/write-menus.sh') diff --git a/bin/write-menus.sh b/bin/write-menus.sh deleted file mode 100755 index 500db52..0000000 --- a/bin/write-menus.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -CONFIG_FILE=$1 -DIRECTORY=$2 -mkdir -p $DIRECTORY/players -find $DIRECTORY -type d -not -name _\* | - while read HTMLDIR - do - python scripts/generate-static-menu.py $CONFIG_FILE $DIRECTORY $HTMLDIR > $HTMLDIR/.menu.html - done -- cgit v1.2.3