aboutsummaryrefslogtreecommitdiff
path: root/contrib/cleanup-prebuilt-dir.sh
blob: 1f664f8600b08a8561fa2c3c1f61c771a76ef2f5 (plain)
1
2
3
4
5
6
7
#!/bin/bash

[ ! -d prebuilt ] && git worktree add -f prebuilt prebuilt && exit 1

cd prebuilt
git checkout -- .
git pull