diff --git a/autodeploy/clean.sh b/autodeploy/clean.sh new file mode 100755 index 0000000..926e73b --- /dev/null +++ b/autodeploy/clean.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +rm pixi-x86_64-unknown-linux-musl.tar.gz +rm pixi + +rm pixi.lock +rm pixi.toml + +rm -rf .pixi + +