Sha256: 55a4838640df06cf17015f2d9f4c46ca7ab09a858f7a10283d077a7a0742603a
Contents?: true
Size: 194 Bytes
Versions: 17
Compression:
Stored size: 194 Bytes
Contents
# Built in applicators Hobo.asset_applicators.register /.*\.files\.(tgz|tar\.gz|tar\.bz2)/ do |file| Hobo.ui.title "Applying file dump (#{file})" vm_shell "tar -xvf #{file.shellescape}" end
Version data entries
17 entries across 17 versions & 1 rubygems