nsbin/notebook-stats
2019-10-13 14:58:33 +02:00

15 lines
212 B
Bash
Executable file

#!/bin/sh
exec 2>&1
printf 'My IP addresses\n\n'
ip -o a | awk '{ print $4 }'
printf '\nLocal time\n'
date
printf '\nPing6 output\n'
ping -6 -c3 ungleich.ch
printf '\nPing4 output\n'
ping -4 -c3 ungleich.ch