readd realpath

This commit is contained in:
vanhauser-thc 2021-07-20 14:53:07 +02:00
parent 53327f9ee7
commit a772fbf1cd

2
frida_mode/many-linux/realpath Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
readlink -f -- "$@"