Shell

From Hegemon Wiki
Revision as of 02:47, 30 May 2017 by H3g3m0n (talk | contribs) (Created page with "* Separate each commands output into it's own buffer. * Separate piped commands into separate commands. * Does a shell really need scripting built in? * It is handy to have fo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Separate each commands output into it's own buffer.
  • Separate piped commands into separate commands.
  • Does a shell really need scripting built in?
  • It is handy to have for loops and such though...