added End to End testable initial script for manually testing Get-PSCallStack

This commit is contained in:
Zachary Folwick 2015-11-13 15:10:24 -08:00
parent adbdbc3414
commit c41dab4600

View file

@ -0,0 +1,4 @@
# a test function
function add {
return $args[0] + $args[1]
}