aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorubuntuperonista <30541016+ubuntuperonista@users.noreply.github.com>2023-03-02 17:52:20 -0300
committerGitHub <noreply@github.com>2023-03-02 17:52:20 -0300
commitedcafba1627312291a10bb08104542fea9bd4a5c (patch)
tree269a41bc0779fc0063701e5240364455ba69b8db
parent6c6707f5498367977f49d92ec8393b102d473672 (diff)
downloadopenwrt_scripts-edcafba1627312291a10bb08104542fea9bd4a5c.tar.gz
Create decime_la_ip.sh
-rw-r--r--decime_la_ip.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/decime_la_ip.sh b/decime_la_ip.sh
new file mode 100644
index 0000000..5a03149
--- /dev/null
+++ b/decime_la_ip.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+# Scropt decimelaip Informa la IP de salida.
+rm -f /tmp/log/ipactual.log
+wget -q http://ipecho.net/plain -O /tmp/log/ipactual.log
+echo La direccion IP actual de salida a internet es:
+echo '' >> /tmp/log/ipactual.log
+cat /tmp/log/ipactual.log
Un proyecto texto-plano.xyz