sh.app 221 B

123456789
  1. {application, sh,
  2. [{description, "SH Shell Exec"},
  3. {vsn, "4.1.1"},
  4. {registered, [sh_sup]},
  5. {applications, [kernel,stdlib]},
  6. {modules, [exe, sh_app, sh_path, sh_sup, sh]},
  7. {mod, { sh_app, []}},
  8. {env, []}
  9. ]}.