OSGOS_D1/clean.sh

6 lines
80 B
Bash
Raw Permalink Normal View History

2024-01-30 07:10:17 +00:00
#!/bin/bash
cd output && lb clean 2>/dev/null && rm -rf config
echo "Cleaned"