Files
mop3/linux_inspect.sh
kamkow1 ea4f00a1fd
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m21s
linux_inspect.sh for tracing linux syscalls/library calls for porting
2026-03-03 22:43:51 +01:00

4 lines
63 B
Bash
Executable File

#!/bin/sh
ltrace -S -f $@ 2>&1 | grep -oP '^[^\(]+' | sort -u