Files
2026-07-29 22:26:19 -04:00

4 lines
88 B
Makefile

bookmarklet:
#!/bin/zsh
{ echo -n "javascript:"; npx minify bookmarklet.js } | pbcopy