Usage

Interactive Mode

$ ./hsh
($) /bin/ls
hsh main.c shell.c shell.h
($) exit
$

Non-Interactive Mode

$ echo "/bin/ls" | ./hsh
hsh main.c shell.c shell.h
$