mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-01 22:39:58 +01:00
4 lines
58 B
Bash
Executable file
4 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
|
|
nm -j -g "$1"/*.o | grep -E "J(ava|NI)_[^.]*$"
|