nvm/test/fast/setup

10 lines
79 B
Bash
Executable File

#!/bin/sh
(
cd ../..
# Back up
rm -Rf v* src alias
mkdir src alias
)