mirror of
https://gitee.com/Lamdonn/varch.git
synced 2025-12-08 01:36:42 +08:00
8 lines
55 B
Bash
8 lines
55 B
Bash
#!/bin/bash
|
|
|
|
echo "cleaning all ..."
|
|
|
|
rm built/* -rf
|
|
|
|
|