added bin directory

This commit is contained in:
Moritz Böhme 2021-04-01 21:02:01 +02:00
parent a1b3c04dd5
commit 89c98115e6
4 changed files with 28 additions and 0 deletions

3
bin/cheat Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
cat="$(which bat 2>/dev/null || which cat)"
curl -s "cheat.sh/$1" | eval $cat