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 1773105702
Write a big program only when it is clear by demonstration that nothing else will do.
Home
Notebook
Contact us