5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 03:12:31 +00:00
matterbridge/vendor/modernc.org/cc/v3/unconvert.sh

5 lines
92 B
Bash
Raw Normal View History

2022-01-30 23:27:37 +00:00
until unconvert -fastmath . &> /dev/null
do
unconvert -fastmath -apply . &> /dev/null
done