blob: a1c73dfbeae60c3df0dc3cb4facd99f489ed1ca5 [file] [log] [blame]
#!/bin/sh
# 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
)