diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-28 19:05:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-28 19:05:25 -0400 |
commit | 63c17bbefdea43a7839b333eb2af44e12bdde53f (patch) | |
tree | ea8632f40502947d34c3d14d20c6d64a470ea712 /examples/scripts | |
parent | 28b5a6b8667f2e105c6c38ef9cf341a0087006fb (diff) | |
parent | f5224cf0af76c639007763c351d1b9fa02ee1208 (diff) | |
download | cmd2-git-63c17bbefdea43a7839b333eb2af44e12bdde53f.tar.gz |
Merge pull request #143 from python-cmd2/no_url_load
Refactored to remove a few things that felt out of place
Diffstat (limited to 'examples/scripts')
-rw-r--r-- | examples/scripts/nested.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/scripts/nested.txt b/examples/scripts/nested.txt new file mode 100644 index 00000000..9ec26160 --- /dev/null +++ b/examples/scripts/nested.txt @@ -0,0 +1,3 @@ +!echo "Doing a relative load" +_relative_load script.txt + |