#!/bin/sh
for mode in bin header library perl python ; do
    ./scan-$mode
done
