9 lines
102 B
Bash
Executable File

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