added ~/bin to this repo and steam launcher helder script to mitigate some errors
This commit is contained in:
parent
3308f63ca4
commit
61b0aa9cd3
9 changed files with 92 additions and 3 deletions
9
bin/myip.sh
Executable file
9
bin/myip.sh
Executable 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue