summaryrefslogtreecommitdiff
path: root/homebrew/csscrush/.make.sh-auto
blob: 091031fc685bed2fe8e0c82d15a96c87ce8e1492 (plain)
1
2
3
4
5
6
pkg:setup
libexec.install Dir["*"]
(bin+"csscrush").write <<~EOS
#!/bin/sh
php "#{libexec}/cli.php" "$@"
EOS