mirror of
https://github.com/rancher/os.git
synced 2025-06-20 20:21:54 +00:00
5 lines
70 B
Bash
Executable File
5 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $(dirname $0)/..
|
|
rm -rf build dist bin images/*/build
|