nvm/test/fast/teardown
Thomas Levine 2b4d4ff6e7 tests
2012-10-10 20:23:57 -04:00

8 lines
73 B
Bash
Executable File

#!/bin/sh
# Remove temporary files
(
cd ../..
rm -fR v* src alias
)