1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-02-24 18:22:03 +00:00

7 lines
141 B
Plaintext
Raw Normal View History

2021-05-08 17:39:52 -04:00
#!/bin/sh
echo "downloading cheatsheet"
curl https://cht.sh/:cht.sh > ~/.local/bin/cheat
chmod 755 ~/.local/bin/cheat
echo "cheatsheet ✓"