7 lines
73 B

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