nvoronin1337 / C-Shell

command line interpreter written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c-shell

Command Line Interpreter for Linux written in C. Supports interactive and batch modes.

Usage for interactive mode:

  1. Download source.
  2. Compile (your current working directory will be the folder in which the program is located).

Usage for batch mode:

  1. Downlaod source.
  2. Compile and pass a script file (with Linux commands) to the argument list.

About

command line interpreter written in C


Languages

Language:C 100.0%