notebook location + ssh askpass fix
This commit is contained in:
parent
c765813518
commit
0c0dac0179
2 changed files with 9 additions and 3 deletions
|
|
@ -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 }'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue