Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
molovo committed May 7, 2017
0 parents commit a3a01f2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# dummy

This is a dummy package, which is used in Zulu's unit testing.
7 changes: 7 additions & 0 deletions _dummy_function
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env zsh

function _dummy_function() {
echo 'Nothing to see here'
}

_dummy_function "$@"
3 changes: 3 additions & 0 deletions dummy
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env zsh

echo 'Nothing to see here'
5 changes: 5 additions & 0 deletions dummy.plugin.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env zsh

function dummy() {
echo 'Nothing to see here'
}

0 comments on commit a3a01f2

Please sign in to comment.