Skip to content

Instantly share code, notes, and snippets.

View mhristache's full-sized avatar

Maximilian Hristache mhristache

  • Göteborg, Sweden
View GitHub Profile
@mhristache
mhristache / pps.sh
Last active February 16, 2021 22:17 — forked from pavel-odintsov/pps.sh
pps.sh for habrahabr
#!/bin/bash
INTERVAL="1" # update interval in seconds
if [ -z "$1" ]; then
echo
echo usage: $0 [network-interface]
echo
echo e.g. $0 eth0
echo