sh.app.src 191 B

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