Guest User

Untitled

a guest
Jun 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. >> (jruby-jruby) ~ <<
  2. $ printf "application:\n RACK_ROOT: geminstdir-java\n RACK_ENV: production\nweb:\\n context: /deltacloud\nenvironment:\n API_DRIVER: ec2"
  3. application:
  4. RACK_ROOT: geminstdir-java
  5. RACK_ENV: production
  6. web:
  7. context: /deltacloud
  8. environment:
  9. API_DRIVER: ec2
  10. >> (jruby-jruby) ~ <<
  11. $ echo "application:\n RACK_ROOT: geminstdir-java\n RACK_ENV: production\nweb:\\n context: /deltacloud\nenvironment:\n API_DRIVER: ec2"
  12. application:\n RACK_ROOT: geminstdir-java\n RACK_ENV: production\nweb:\n context: /deltacloud\nenvironment:\n API_DRIVER: ec2
  13.  
  14. >> (jruby-jruby) ~ <<
  15. $ echo -e "application:\n RACK_ROOT: geminstdir-java\n RACK_ENV: production\nweb:\\n context: /deltacloud\nenvironment:\n API_DRIVER: ec2"
  16. application:
  17. RACK_ROOT: geminstdir-java
  18. RACK_ENV: production
  19. web:
  20. context: /deltacloud
  21. environment:
  22. API_DRIVER: ec2
Add Comment
Please, Sign In to add comment