From 530a17a02079082257333e39d5f5ea2a35ba6c9c Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 14 Feb 2020 16:37:41 +0100 Subject: [PATCH] fix termbin() for Linux --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 04d4cd9..b2a2de6 100755 --- a/functions.sh +++ b/functions.sh @@ -158,7 +158,7 @@ else ## Copy output of previous command to termbin.com (command line pastebin) function termbin { - nc termbin 9999 + nc termbin.com 9999 } fi