# File lib/nautilus/shell.rb, line 25
25:     def sh(command)
26:       successful = system(command)
27:       raise "Error while running >>#{command}<<" unless successful
28:     end