index
:
libnvme
debian
progress-linux
upstream
debian 12 backports: hardware
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
list-pre-compiled.sh
blob: c31caf9043cf458e818ed9e607cf2c4bfd029dbd (
plain
)
1
2
3
4
5
#!/bin/sh
for
i
in
man/*.2
;
do
echo
$i
done