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 1769008082
Code that is graceful and clear is less likely to break.
Home
Notebook
Contact us