mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-11 09:05:33 +00:00
7 lines
64 B
Bash
Executable File
7 lines
64 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# find root
|
|
cd `dirname $PWD/$0` ; cd ..
|
|
|
|
make purge
|