notebook location + ssh askpass fix

This commit is contained in:
Nico Schottelius 2019-10-13 16:01:49 +02:00
commit 0c0dac0179
2 changed files with 9 additions and 3 deletions

View file

@ -2,6 +2,10 @@
exec 2>&1
if [ $# -ge 1 ]; then
printf "Estimated location\n\n$@\n\n"
fi
printf 'My IP addresses\n\n'
ip -o a | awk '{ print $4 }'