mirror of
https://github.com/rancher/os.git
synced 2025-06-22 13:07:04 +00:00
6 lines
52 B
Plaintext
6 lines
52 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cd $(dirname $0)/..
|
||
|
|
||
|
rm -rf build dist
|