nvm/test/fast/teardown
2021-07-15 20:01:57 -04:00

13 lines
196 B
Bash

#!/bin/sh
set -ex
# Remove temporary files
(
cd ../..
type setopt >/dev/null 2>&1 && setopt NULL_GLOB
type shopt >/dev/null 2>&1 && shopt -s nullglob
rm -fR v* src alias test/test-xz
)