diff --git a/notebook-stats b/notebook-stats index 5f0c09d..e91bb40 100755 --- a/notebook-stats +++ b/notebook-stats @@ -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 }' diff --git a/start-post-i3 b/start-post-i3 index aa36eeb..f0a6af4 100755 --- a/start-post-i3 +++ b/start-post-i3 @@ -14,6 +14,8 @@ elif command -v chromium-browser; then chromium-browser & fi -# slack & - -ssh-add