luametalatex-c/luaharfbuzz/scripts/generate_harfbuzz_api_list.sh

3 lines
144 B
Bash
Raw Normal View History

2021-12-28 10:18:21 +01:00
#!/bin/sh
grep -e "^hb_" /usr/local/include/harfbuzz/hb*.h | grep "(" | sed -e 's/ .*$//' | awk -F: '{print $2}' | sort > status/full_api.txt