#!/bin/bash # Verify that the toolchain is correct source `which ttPM-funcs` 2>/dev/null || exit 1 cd echo 'main(){}' | cc -x c - && readelf -l a.out | grep interpreter && rm -f a.out