Revision 75eeee874221888dc16c78d2c33779e6d22fb4b1 authored by Alex Lancaster on 06 September 2025, 03:22:36 UTC, committed by Alex Lancaster on 06 September 2025, 03:22:36 UTC
1 parent c138b94
generate_version_table.sh
#!/bin/bash
#
# generate list of links to versioned
# content associated with tracked urls.
#
preston alias --log tsv\
| cut -f1,3\
| sed 's/^/[/g'\
| sed 's+\t+](https://linker.bio/+g'\
| sed 's/$/)/g'

Computing file changes ...