https://github.com/RoninInstitute/docs
Tip revision: 7d563ac399aed60fe409abcee237a805ac36281f authored by Alex Lancaster on 27 June 2025, 04:23:56 UTC
fixes for mobile
fixes for mobile
Tip revision: 7d563ac
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'