fork download
  1. #!/bin/bash
  2. # your code goes here
  3. hostname='carl papa mac'
  4. SERVER_NAME='hostname'
  5. echo 'Youre running this script on ${SERVER_NAME}.'
Success #stdin #stdout 0s 5072KB
stdin
Standard input is empty
stdout
Youre running this script on ${SERVER_NAME}.