I have a cronjob that runs this command:
curl -s -G -H Authorization: Bearer ${mysecret} ${myurl}
I'm a ding dong--I just realized everyone can see my password when they issue a "ps -ef | grep curl". I tried using the -d option, but was unsuccessful. Do you know how I can hide the value for $mysecret?