mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-10 00:02:39 +00:00
4 lines
44 B
Bash
Executable File
4 lines
44 B
Bash
Executable File
#!/bin/sh
|
|
cd `dirname $PWD/$0`/..
|
|
make dist
|