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