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
a9dd660f60
dotfiles
/
bin
/
cheat
4 lines
92 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
cat
=
"
$(
which bat 2>/dev/null
||
which cat
)
"
curl -s
"
cheat.sh/
$1
"
|
eval
"
$cat
"
Reference in New Issue
View Git Blame
Copy Permalink