1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-02-24 20:42:03 +00:00
2022-06-14 07:32:27 -04:00

7 lines
141 B
Bash
Executable File

#!/bin/sh
echo "downloading cheatsheet"
curl https://cht.sh/:cht.sh > ~/.local/bin/cheat
chmod 755 ~/.local/bin/cheat
echo "cheatsheet ✓"