#!/usr/bin/env bash # values2table.sh - a front-end to values2table.py # Eric Lease Morgan # (c) University of Notre Dame; distributed under a GNU Public License # October 17, 2024 - first cut # configure HEADER='types\tfiles\tvalues\tsentences' VALUES2TABLE='./bin/values2table.py' ETHERIUM='curated-blockchain_discussions-other' CONSTITUTIONS='curated-world_constitutions-other' # initialize the output echo -e $HEADER # using brute force, do the work and done $VALUES2TABLE $ETHERIUM etherium $VALUES2TABLE $CONSTITUTIONS constitution exit