10 lines
139 B
Bash
Executable File
10 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
|
|
source ../.util.sh
|
|
|
|
update_github_tag rancher/k3s
|
|
|
|
[ $? -eq 0 ] && update_pkg
|
|
|
|
find -type f -exec grep -IL . "{}" \; | xargs rm
|