https://github.com/RoninInstitute/records
Tip revision: 6f5ae567c0e0331c2ebdccd9961f1b42cfdbc5cd authored by Alex Lancaster on 30 October 2025, 06:05:12 UTC
fix image
fix image
Tip revision: 6f5ae56
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'
