meteo alias
This commit is contained in:
parent
7da353f9e9
commit
3c90e111a2
1 changed files with 2 additions and 0 deletions
|
@ -17,3 +17,5 @@ alias df='df -h'
|
|||
alias top='htop'
|
||||
|
||||
alias lock='xscreensaver-command --lock'
|
||||
|
||||
alias meteo='curl -s --user-agent "USER FUCKING AGENT" "http://thefuckingweather.com/?where=Paris" | grep "<p class=\"remark\">" | sed -r "s/.*>(.*)<.*/\1 OUTSIDE\!/g"'
|
||||
|
|
Loading…
Reference in a new issue