summaryrefslogtreecommitdiff
path: root/bin/Clean
blob: 68f75bb3e1c25bcad4675a233066c376723c55f2 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

set -x

git clean -x -d -f

(cd /usr/local/stow && sudo stow -D libnet)