gstark (owner)

Revisions

gist: 228552 Download_button fork
public
Public Clone URL: git://gist.github.com/228552.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
bash "git clone" do
  user "user"
  group "group"
  code <<-EOC
     git clone ......
  EOC
end