minimal/src/0_prepare.sh
2014-08-07 14:43:12 +12:00

8 lines
101 B
Bash

#!/bin/sh
rm -rf work
mkdir work
# -p stops errors if the directory already exists
mkdir -p source