mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 05:43:08 +01:00
8 lines
127 B
Bash
Executable File
8 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "| File types | Programs |"
|
|
echo "| ---- | ---- |"
|
|
|
|
sort | sed 's/ /` `/g; s/^/| /; s/\t/ | `/; s/$/` |/'
|
|
echo
|