a3e9efec50
a bunch of directories back. Use it when you want to void a botched build.
6 lines
111 B
Bash
Executable file
6 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
rm -rf errors logs make.* old-errors packages
|
|
mv bak/* .
|
|
cd ..
|
|
rm -rf distfiles
|
|
#mv bak/distfiles .
|