her.esy.fun/engine/compresscss.sh
Yann Esposito (Yogsototh) 35f24f831d
updated colors and CSS
2020-06-14 23:52:09 +02:00

10 lines
229 B
Bash
Executable file

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