solana-with-rpc-optimizations/programs/bpf/rust/clean.sh

9 lines
180 B
Bash
Executable File

#!/usr/bin/env bash
if [ "$#" -ne 1 ]; then
echo "Error: Must provide the full path to the project to clean"
exit 1
fi
./../../../sdk/bpf/rust-utils/clean.sh "$PWD"/"$1"