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 1752296094
Make your computer work for you, instead of you working for the computer.
Home
Notebook
Contact us