# File lib/blimpy/livery/cwd.rb, line 18
      def flight(box)
        run_sudo = 'sudo'

        unless use_sudo?(box)
          run_sudo = ''
        end

        box.ssh_into("cd #{dir_name} && #{run_sudo} ./#{script}")
      end