Files
gruvbox/node_modules/tmp/run-tests

8 lines
70 B
Bash
Executable File

#!/bin/sh
DIR="x"
rm -rf ${DIR}
mkdir ${DIR}
TMPDIR=${DIR} vows $*