mirror of
https://github.com/rancher/os.git
synced 2025-06-21 12:37:04 +00:00
6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
rm -rf build dist gopath .dockerfile Dockerfile
|