4 lines
51 B
Plaintext
4 lines
51 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
curl -s "https://cheat.sh/$1" | less -r
|