diff options
author | zachir <zachir@librem.one> | 2023-02-09 21:21:48 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-09 21:21:48 -0600 |
commit | 0b921ed49b9f0c170bed444570d91e2d9901483b (patch) | |
tree | 6dac5fbe2be0bf88b875a3bc456ff777909fb3ba /nettraf | |
parent | 91e4799fedf9dbff384003b8c2eaea039cb57327 (diff) |
Diffstat (limited to 'nettraf')
-rwxr-xr-x | nettraf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # Module showing network traffic. Shows how much data has been received (RX) or # transmitted (TX) since the previous time this script ran. So if run every |