From 88ffade3fa016e8aa487291dcdc3ce587a3e2e8a Mon Sep 17 00:00:00 2001 From: jolzem Date: Sun, 15 Oct 2023 11:47:27 +0200 Subject: [PATCH] Added cheat and getip scripts --- scripts/cheat | 3 +++ scripts/getip | 1 + 2 files changed, 4 insertions(+) create mode 100755 scripts/cheat create mode 100755 scripts/getip 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