class Fastlane::Action

def self.sh(command)

to allow a simple `sh` in the custom actions
def self.sh(command)
  Fastlane::Actions.sh(command)
end