dotfiles/.bin/OLD/lspaste

3 lines
132 B
Plaintext
Raw Normal View History

2022-12-06 08:01:44 +01:00
#!/bin/sh
2023-04-14 07:54:42 +02:00
curl -s https://codevoid.de/1/p/all.dcgi | cut -d'"' -f2 | grep '^/' | xargs -n1 -I{} echo "https://codevoid.de{}" | less