diff --git a/scripts/cheat b/scripts/cheat new file mode 100755 index 0000000..afdddbf --- /dev/null +++ b/scripts/cheat @@ -0,0 +1,3 @@ +#!/bin/sh + +curl -s "https://cheat.sh/$1" | less -r diff --git a/scripts/getip b/scripts/getip new file mode 100755 index 0000000..7dfa820 --- /dev/null +++ b/scripts/getip @@ -0,0 +1 @@ +curl -4 icanhazip.com