6 lines
69 B
Bash
Executable file
6 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# find root
|
|
cd "$(dirname "$PWD/$0")" ; cd ..
|
|
|
|
make purge
|