mirror of
https://gitee.com/Lamdonn/varch.git
synced 2026-04-30 19:09:14 +08:00
8 lines
55 B
Bash
8 lines
55 B
Bash
#!/bin/bash
|
|
|
|
echo "cleaning all ..."
|
|
|
|
rm built/* -rf
|
|
|
|
|