nvm/test/fast/teardown

8 lines
73 B
Bash
Executable File

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