Files
core/vendor/bin/pscss
T
Hide_D 9cd40b213d Revert "composer package update"
This reverts commit e979959219e95fc6435ad40f7e60b602f8bbd208.
2020-01-28 00:23:38 +09:00

11 lines
303 B
Bash

#!/usr/bin/env sh
dir=$(cd "${0%[/\\]*}" > /dev/null; cd "../leafo/scssphp/bin" && 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" "$@"