4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
|
#!/bin/bash
|
||
|
cat="$(which bat 2>/dev/null || which cat)"
|
||
|
curl -s "cheat.sh/$1" | eval $cat
|