cve-2024-38477/httpd-2.4.59/docs/manual/style/scripts/MINIFY
2025-06-05 15:09:30 +02:00

6 lines
167 B
Bash

#!/bin/sh
(echo '// see prettify.js for copyright, license and expanded version'; python -mrjsmin <prettify.js) >prettify.min.js
# needs python and rjsmin installed