biofriction-wp-theme/node_modules/node-sass/bin/emcc

13 lines
161 B
Plaintext
Raw Normal View History

2021-10-26 14:18:09 +02:00
#!/bin/sh
skip=0
for arg; do
shift
[ "$skip" = "1" ] && skip=0 && continue
[ "$arg" = "-arch" ] && skip=1 && continue
set -- "$@" "$arg"
done
emcc $@