forked from savoirfairelinux/cqfd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds the shell command to run a $SHELL command from within the container. It is a convenient frontend to "cqfd run bash", and it the respects the arguments: $ cqfd shell -c 'echo "0=\"$0\"" "*=\"$*\"" "#=\"$#\""' zero one two three 0="zero" *="one two three" #="3" Note: The command shell does not run the command= set in the file .cqfdrc.
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters