#!/bin/sh # Updates the training/general page of the website for the day. # To do this, an entry is added in trk/training and then is copied over into # the website, formatted correctly, and a commit made. ORIGIN="$(orgdresolv "ORGD_TRK_PATH")"/training DEST="$BLOG_PATH/training/general.html" ws-replace "" "" "$ORIGIN" "$DEST" "Training" "txt" "training-format-table" "$(date +"%Y-%m")"