summaryrefslogtreecommitdiff
path: root/scripts/stat_format.sh
blob: 999e8391850cb13df2c9501fec5ab2afc1afb609 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

if [ $# -ne 1 ]; then
    echo "Usage: $0 <f4_json_file>"
    exit 1
fi

f4_json_file=$1
/opt/MESA/bin/fieldstat_exporter.py local -j $f4_json_file -l --clear-screen