diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 19:15:49 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 19:15:49 -0400 |
commit | 151b9b1d3524b565e7d3a7fa43b86e6bf66ac0e9 (patch) | |
tree | 436492f8f63543feb0ec0483bd05195d255137d0 /tools/notsd-reset | |
parent | 12e3360f833dbc83e995aed1ba67b74fc95e3ec3 (diff) |
clean up tools/
Diffstat (limited to 'tools/notsd-reset')
-rwxr-xr-x | tools/notsd-reset | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/notsd-reset b/tools/notsd-reset new file mode 100755 index 0000000000..d7141587fa --- /dev/null +++ b/tools/notsd-reset @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +set -e +git checkout notsystemd/premove +git branch -D tmp/postmove || true +git checkout . +git clean -xdf |