Skip to content

Instantly share code, notes, and snippets.

@erikh
Created October 6, 2016 14:31
Show Gist options
  • Save erikh/9f908e35527a759c97100e34167c559b to your computer and use it in GitHub Desktop.
Save erikh/9f908e35527a759c97100e34167c559b to your computer and use it in GitHub Desktop.
from "debian"
3.times do
run "echo hi >>root-test"
end
run "mkdir /test"
run "chown nobody /test"
user "nobody" do
workdir "/test" do
3.times do
run "echo hi >>test"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment