ctpv/deplist.md.sh

8 lines
127 B
Bash
Raw Normal View History

2022-06-18 17:50:57 +02:00
#!/bin/sh
echo "| File types | Programs |"
echo "| ---- | ---- |"
sort | sed 's/ /` `/g; s/^/| /; s/\t/ | `/; s/$/` |/'
echo