Groovy web console

subscribe to the feed Subscribe
to this
site

Untitled

Published 2 months ago by Anonymous
Actions Execute script  ▶ Edit in console Back to console Show/hide line numbers View recent scripts
String TOKEN = 'secret'

println '''#/bin/bash
curl "http://web.com/'''+ TOKEN + '''"
echo OK
'''