mirror of
https://github.com/k3s-io/k3s.git
synced 2026-04-04 17:05:00 -04:00
5 lines
78 B
Bash
Executable file
5 lines
78 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
rm -rf dist bin build k3s hyperkube kubectl
|