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