Commit Graph

8 Commits (52c17dffbf8dce88e3c125a631041d70f3f0bb62)

Author SHA1 Message Date
ash 5a6b37f3cc Use /usr/bin/env as shebang everywhere
It's not guaranteed that bash will be available at /bin/bash; it's even
less likely that node will always be installed at /usr/bin/node{,js}.
Always indirecting through /usr/bin/env means that there is only one
such path that needs to be available.
2022-08-17 23:03:21 +01:00
Martin Boonk 834b606f63 apploader - Ignore empty folder instead of creating invalid json 2022-06-19 19:29:40 +02:00
Gordon Williams a0e631a9dd fix script 2022-01-27 14:34:39 +00:00
Richard de Boer 46fbccf711
tell git to ignore modified `apps.json` when running create_apps.json.sh
Only if no arguments given: `create_apps_json.sh apps.json` will leave
it alone if someone really wants to overwrite+commit apps.json.
2022-01-20 20:41:30 +01:00
Richard de Boer e75a828fce
always use shell script to generate apps.json, remove js version
Gets rid of duplicated functionality, but allows passing a filename
argument to write to a different file instead of `apps.json`.
2022-01-20 20:41:30 +01:00
Gordon Williams 752f8f6b29 oops - remove debug code 2022-01-19 16:48:38 +00:00
Gordon Williams 2a813e221a Updated docs! 2022-01-19 16:21:07 +00:00
Gordon Williams 020e575ec7 Tweaks after 5e5d23c921 2022-01-19 15:56:33 +00:00