-
Notifications
You must be signed in to change notification settings - Fork 101
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
support setting variables in a script #32
Comments
@asmacdo You can use export NAME=Austin
#doitlive env: NAME=Austin
echo 'Hello' $NAME Each command run in a session executes in its own environment, so Maybe doitlive should parse out |
If I get some time this weekend, I'll see if I can make so that Line 570 in bcf2bff
Might be as simple as adding an |
Variables cannot be set within a live script:
$ cat variables.sh
$ doitlive play variables.sh
Just as a sanity check...
bash variables.sh
The text was updated successfully, but these errors were encountered: