carkov/clean.sh

6 lines
62 B
Bash
Raw Normal View History

2023-09-26 03:30:10 +02:00
#!/bin/sh
rm -rv build/
rm -rv carkov.egg-info/
rm -rv dist/