This commit is contained in:
Dennis Gunia
2023-03-07 19:24:36 +01:00
commit 092e8eb790
12 changed files with 1104 additions and 0 deletions

9
scripts/generateAll.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
SCRIPT=$(readlink -f $0)
SCRIPTPATH=`dirname $SCRIPT`
##### generate jsons
$SCRIPTPATH/genBookmark.sh ../input/freq_lpd.csv LPD ../bookmarks_lpd.json
$SCRIPTPATH/genBookmark.sh ../input/freq_pmr.csv PMR ../bookmarks_pmr.json
$SCRIPTPATH/genBookmark.sh ../input/freq_freenet.csv FN ../bookmarks_freenet.json
$SCRIPTPATH/genBookmark.sh ../input/freq_cb.csv CB ../bookmarks_cb.json