diff options
| author | mo khan <mo@mokhan.ca> | 2013-08-28 07:20:13 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-08-28 07:20:13 -0600 |
| commit | db1191ec0e7305d684383f8974e2fa437f77ad5a (patch) | |
| tree | 5e27b197dff849d22d8e1f50eb75aa499b16bd06 /code/snippets/env_launch.sh | |
Diffstat (limited to 'code/snippets/env_launch.sh')
| -rw-r--r-- | code/snippets/env_launch.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/snippets/env_launch.sh b/code/snippets/env_launch.sh new file mode 100644 index 0000000..c085eec --- /dev/null +++ b/code/snippets/env_launch.sh @@ -0,0 +1 @@ +$ MESSAGE='wing it' ruby -e "puts ENV['MESSAGE']" |
