Skip to content

Commit

Permalink
shebang tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed May 29, 2015
1 parent 30cdfdd commit 7dfdf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cssmin
@@ -1,4 +1,4 @@
#!/Users/gugod/local/bin/perl
#!/usr/bin/env perl
use CSS::Minifier qw(minify);
undef $/;
print minify(input => <>);

0 comments on commit 7dfdf87

Please sign in to comment.