New '.' builtin, and 'exit' builtin changed:
commite9aa5cc4c0c391ba2e15804107da17a8e3401d23
authorStefan 'psYchotic' Zwanenburg <stefanhetzwaantje@gmail.com>
Sat, 30 Jan 2010 12:44:36 +0000 (30 13:44 +0100)
committerStefan 'psYchotic' Zwanenburg <stefanhetzwaantje@gmail.com>
Sat, 30 Jan 2010 12:44:36 +0000 (30 13:44 +0100)
tree6da5ba90767b7bb7e2d4f9ea7c2a511440f8c3ab
parentbb22014b2f54914cb9f12565b0eca656a1db0fca
New '.' builtin, and 'exit' builtin changed:
 - there is now a '.' builtin, which executes the commands in the file
   its argument points to in the current shell.
 - the 'exit' builtin now accepts a single argument, which will be the
   exit status of the current shell.
builtins.h
ss.c