add helper. e:g how_in bash print an array
This commit is contained in:
@ -120,3 +120,7 @@ function mouse() {
|
||||
function meteo() {
|
||||
curl "fr.wttr.in/$*"
|
||||
}
|
||||
function how_in() {
|
||||
where="$1"; shift
|
||||
IFS=+ curl "https://cht.sh/$where/$*"
|
||||
}
|
||||
|
Reference in New Issue
Block a user