her.esy.fun/engine/compresscss.sh
Yann Esposito (Yogsototh) adda573e72
a bit of shellcheck
2020-02-10 09:42:17 +01:00

9 lines
205 B
Bash
Executable file

#!/usr/bin/env nix-shell
#!nix-shell -i bash
#!nix-shell -I nixpkgs="https://github.com/NixOS/nixpkgs/archive/19.09.tar.gz"
#!nix-shell -p minify
# nix-shell -p nodePackages.clean-css
minify "$1" > "$2"