We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bash
export HELLO=world
fish
set -x HELLO world
&& -> ; and
&&
; and
eg, ls; and pwd
ls; and pwd
${SOME_PATH}/script.js
eval "$SOME_PATH/script.js"
echo (heroku some_command)
curl https://something.com -H "Authorization: Bearer "(get-bearer-cmd) # or curl https://something.com -H "Authorization: Bearer "(get-bearer-cmd)""