Make scripts more portable

This commit is contained in:
heyarne 2021-04-07 07:18:17 +00:00 committed by Georg Krause
parent 5fded7a701
commit 39405bbc3e
7 changed files with 26 additions and 8 deletions

View file

@ -1,4 +1,6 @@
#!/bin/bash -eux
#!/usr/bin/env -S bash -eux
cd "$(dirname $0)/.." # change into base directory
find node_modules/fomantic-ui-css/components -name "*.min.css" -delete
mkdir -p node_modules/fomantic-ui-css/tweaked