mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
3 lines
71 B
Bash
Executable file
3 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
# deletes all auto-generated / compiled files
|
|
git clean -dfX
|