mirror of
https://github.com/rancher/os-kernel.git
synced 2025-04-29 19:13:18 +00:00
6 lines
52 B
Bash
Executable File
6 lines
52 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
rm -rf build dist
|