Your IP : 216.73.216.79


Current Path : /var/www/html/myplan/node_modules/node-sass/bin/
Upload File :
Current File : /var/www/html/myplan/node_modules/node-sass/bin/emcc

#!/bin/sh

skip=0

for arg; do
  shift
  [ "$skip" = "1" ] && skip=0 && continue
  [ "$arg" = "-arch" ] && skip=1 && continue
  set -- "$@" "$arg"
done

emcc $@