added ~/bin to this repo and steam launcher helder script to mitigate some errors

This commit is contained in:
Johannes Findeisen 2018-01-15 20:38:52 +01:00
commit e3feb62c51
9 changed files with 92 additions and 3 deletions

9
bin/myip.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
# http://askubuntu.com/questions/95910/command-for-determining-my-public-ip
# Works too but very slow (a lot more features available):
# curl ifconfig.me
wget -qO- http://ipecho.net/plain; echo