This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/scripts/stat_format.sh
2024-11-01 15:24:22 +08:00

10 lines
179 B
Bash

#!/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