added bin directory
This commit is contained in:
parent
a1b3c04dd5
commit
89c98115e6
4 changed files with 28 additions and 0 deletions
3
bin/cheat
Executable file
3
bin/cheat
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
cat="$(which bat 2>/dev/null || which cat)"
|
||||
curl -s "cheat.sh/$1" | eval $cat
|
||||
Loading…
Add table
Add a link
Reference in a new issue