mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-23 23:48:17 +00:00
9a82713772
builder: Handle trailing \ appropriately.
11 lines
324 B
Plaintext
11 lines
324 B
Plaintext
(from "ubuntu:14.04")
|
|
(run "echo hello world goodnight moon lightning")
|
|
(run "echo hello world")
|
|
(run "echo hello world")
|
|
(run "echo hello goodbyefrog")
|
|
(run "echo hello world")
|
|
(run "echo hi world goodnight")
|
|
(run "echo goodbyefrog")
|
|
(run "echo goodbyefrog")
|
|
(run "echo hello this is some more useful stuff")
|