6 lines
167 B
Bash
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
|