nicku33 / exercises

A place to do exercise and collab with others
1 stars 0 forks source link

Parse input into cmd and args #1

Open nicku33 opened 8 years ago

nicku33 commented 8 years ago

Parse out command and args. cmd could be full path or just executable name (though the latter depends on issue #2). Call the command and pass the args to it.

gad2103 commented 8 years ago

i've already started on this so might as well take it