Files
mlbstats-mastodon-scripts/postplays.sh

12 lines
213 B
Bash
Raw Normal View History

2024-07-24 21:17:36 -05:00
#!/bin/bash
2024-07-25 22:34:35 -05:00
set -e
2024-07-25 22:48:57 -05:00
if [[ -z $DB ]]
then
echo "$0:" '$DB not set' >&2
exit 1
fi
2024-07-24 21:17:36 -05:00
sqlite3 $DB < postplays.sql | awk -F  '{printf "%s\n\n%s %s\n#%s %s\n#%s %s\n\n#baseball #live\n", $1, $2, $3, $4, $5, $6, $7}'