From de9baa8d38be22402570535d68f731a499c9b857 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Mon, 29 Oct 2012 11:21:07 +0100 Subject: [PATCH] printPublicIp: make curl silent --- printPublicIp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printPublicIp b/printPublicIp index 8938f6c..2331471 100755 --- a/printPublicIp +++ b/printPublicIp @@ -1,3 +1,3 @@ #!/bin/sh -curl www.sthu.org/whatismyip.html +curl -s www.sthu.org/whatismyip.html -- 2.30.2