mirror of
https://github.com/rancher/os.git
synced 2025-05-10 17:16:21 +00:00
5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cd $(dirname $0)/..
|
||
|
rm -rf build dist bin images/*/build
|