Files
solana/programs/bpf/rust/clean.sh
2019-05-21 13:39:27 -07:00

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"