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 1745749863
Avoid captive user interfaces.
Home
Notebook
Contact us