This website requires JavaScript.
Explore
Help
Sign In
moritz
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a691921311
dotfiles
/
bin
/
cheat
4 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added bin directory
2021-04-01 21:02:01 +02:00
#!/bin/bash
cat="$(which bat 2>/dev/null || which cat)"
added quotation marks
2021-04-11 17:44:05 +02:00
curl -s "cheat.sh/$1" | eval "$cat"