9 lines
103 B
Bash
Executable File

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