parse-sass.sh
POSIX shell script, ASCII text executable
1
#!/bin/sh
2
3
bundle exec sass --update --sourcemap=none .
4