Skip to content

Instantly share code, notes, and snippets.

View etsystoyan's full-sized avatar

Stoyan Stefanov etsystoyan

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@etsystoyan
etsystoyan / opt.sh
Created January 9, 2024 18:39
CSS minifier comparisson
#!/bin/bash
input_directory="inraw"
output_directory="optcat"
for input_file in "$input_directory"/*; do
# Extract the file name without the directory path
file_name=$(basename "$input_file")
# Define the output file path