ctpv/deplist.md.sh
2022-06-18 20:50:57 +05:00

8 lines
127 B
Bash
Executable File

#!/bin/sh
echo "| File types | Programs |"
echo "| ---- | ---- |"
sort | sed 's/ /` `/g; s/^/| /; s/\t/ | `/; s/$/` |/'
echo