/
githubmirror
/
lsof
Обзор
Документация
Войти
/
githubmirror
/
lsof
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
4.99.5
support/DarwinDistrib
14 строк
273 B
Masatake YAMATO
Import the final source tree published by Vic, the original lsof maintainer.
23 июл 2018, 06:45
23 июл 2018, 06:45
8662085
Код
Авторство
О чём код?
#!/bin/ksh # # DarwinDistrib -- make Apple Darwin distribution of lsof 4.x # # Usage: DarwindDistrib [<suffix>] # # <suffix> optional suffix for identification if test $# -gt 1 then echo "Usage: [<suffix>]" exit 1 fi $HOME/src/lsof4/support/GenericDistrib2 darwin $1