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

set -x

git clean -x -d

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