mirror of https://github.com/k3s-io/k3s
6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cd $(dirname $0)/..
|
||
|
|
||
|
rm -rf dist bin build k3s hyperkube kubectl
|