carkov/clean.sh

6 lines
62 B
Bash
Executable File

#!/bin/sh
rm -rv build/
rm -rv carkov.egg-info/
rm -rv dist/