2 lines
72 B
Bash
Executable file
2 lines
72 B
Bash
Executable file
#!/usr/bin/env bash
|
|
wget -qO- "${QUTE_URL}" | snag_recipe "${QUTE_URL}"
|