mlblive-mastodon-scripts/postplays.sh

12 lines
213 B
Bash
Raw Normal View History

2024-07-25 02:17:36 +00:00
#!/bin/bash
2024-07-26 03:34:35 +00:00
set -e
2024-07-26 03:48:57 +00:00
if [[ -z $DB ]]
then
echo "$0:" '$DB not set' >&2
exit 1
fi
2024-07-25 02:17:36 +00: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}'