Your IP : 216.73.216.95


Current Path : /var/www/alh/system/storage/vendor/bin/
Upload File :
Current File : /var/www/alh/system/storage/vendor/bin/pscss

#!/usr/bin/env sh

dir=$(cd "${0%[/\\]*}" > /dev/null; cd "../leafo/scssphp" && pwd)

if [ -d /proc/cygdrive ] && [[ $(which php) == $(readlink -n /proc/cygdrive)/* ]]; then
   # We are in Cgywin using Windows php, so the path must be translated
   dir=$(cygpath -m "$dir");
fi

"${dir}/pscss" "$@"