SwiftGdk/clean.sh

6 lines
60 B
Bash
Executable File

#!/bin/sh
#
# Remove the .build folder
#
exec rm -rf .build