-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a non-interactive mode #7
Comments
Should be usable as a sh-bang. |
Using gitsh as a sh-bang line will be tricky, since gitsh itself has a sh-bang line: |
Writing a tiny C wrapper would also make #41 possible. |
See also: http://www.in-ulm.de/~mascheck/various/shebang/ especially "nterpreter itself as #! script". |
Work in progress on the |
#171 adds support for passing a path to a script file as an argument. We still need to accept scripts piped to standard input, though. |
#175 adds support for piping commands to the standard input, so we're done! |
gitsh
should accept commands via STDIN or the path to a script as an argument. Scripting support will require additional features, like variables.The text was updated successfully, but these errors were encountered: