summarylogtreecommitdiffstats
path: root/netscripts-atzlinux.install
diff options
context:
space:
mode:
authortaotieren2021-08-24 14:51:27 +0800
committertaotieren2021-08-24 14:51:27 +0800
commit0297ed5b64d9713d2f355ece7e40488e35fba276 (patch)
tree12cbbdd41abe180051b9226fc1b86a53e61c38ad /netscripts-atzlinux.install
downloadaur-0297ed5b64d9713d2f355ece7e40488e35fba276.tar.gz
Update 1.0.6
Diffstat (limited to 'netscripts-atzlinux.install')
-rw-r--r--netscripts-atzlinux.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/netscripts-atzlinux.install b/netscripts-atzlinux.install
new file mode 100644
index 000000000000..b6f5f5ee4ab2
--- /dev/null
+++ b/netscripts-atzlinux.install
@@ -0,0 +1,20 @@
+post_install() {
+ echo -e "some simple network scripts no need any parameter"
+ echo -e "This package include the following simple network scirpts:"
+ echo -e "lip, lanip, localip - show LAN local IP of gateway device used by this machine"
+ echo -e "wip, wanip - show Internet public IP of this machine"
+ echo -e "gw - show gateway device name use by this machine"
+ echo -e "gwmac - show gateway device mac address"
+ echo -e "iftopg, iftopgw - display bandwidth usage on gateway device"
+ echo -e "iftopb, iftopbluetooth - display bandwidth usage on first bluetooth device"
+ echo -e "dns - show /etc/resolv.conf"
+ echo -e "This package is made by atzlinux."
+ echo -e "https://www.atzlinux.com"
+
+}
+
+post_upgrede() {
+ post_install
+
+}
+