#!/bin/sh find . -type f | xargs -i cp -uv ~/"{}" "{}" 2>&1 |grep -v ^skipped sed -i "/last updated/clast updated: $(date "+%d%b%Y +leah+" |tr A-Z a-z)" README echo '' >tools.html find bin -type f | sort -f | xargs -n1 \ sed -n '/ - /s/# git /# git-/; / - /s/# \([a-z0-9-]\+\)/
  • \1<\/a>/ip;3q' >>tools.html #tree -aFH /dotfiles -T /dotfiles --timefmt '%Y-%m-%d' -I '*~|*.swp' . > index.html cat <index.html
    EOF
    lr -t 'type = f && name !~~ "*~"' -f '%TF %s %p%F\n' >>index.html