diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-29 20:47:46 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-29 20:47:46 -0400 |
commit | 519f0844374db12aa08a0f9f8c185bacb1f4ca2e (patch) | |
tree | b143549983896154acf59a3308519aae10eab187 /tests/.cmd2rc | |
parent | 324c44871e43599fd05a1e95f3c36b1986ca2f64 (diff) | |
download | cmd2-git-519f0844374db12aa08a0f9f8c185bacb1f4ca2e.tar.gz |
Added unit test for startup_script functionality
Diffstat (limited to 'tests/.cmd2rc')
-rw-r--r-- | tests/.cmd2rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/.cmd2rc b/tests/.cmd2rc new file mode 100644 index 00000000..cedcbe20 --- /dev/null +++ b/tests/.cmd2rc @@ -0,0 +1,2 @@ +alias create ls !ls -hal +alias create pwd !pwd |