Skip to navigation
Example bash function
06.10.21
get_api () { local url="$1" foo=$(curl $url) local data=$(echo $foo | base64) echo ${data} }
Reply
Anonymous
Information Epoch 1757751067
Clarity is better than cleverness.
Home
Notebook
Contact us