6 lines
64 B
Bash
Executable file
6 lines
64 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# find root
|
|
cd `dirname $PWD/$0` ; cd ..
|
|
|
|
make purge
|