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