1
0
Fork 0
libnvme/scripts/list-pre-compiled.sh

6 lines
47 B
Bash
Raw Normal View History

#!/bin/sh
for i in man/*.2; do
echo $i
done