mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
7 lines
108 B
Tcsh
Executable file
7 lines
108 B
Tcsh
Executable file
#! /bin/csh -f
|
|
echo $argv
|
|
set dev=fa
|
|
foreach m ($argv)
|
|
grn -P$dev $m.grn > $m.nr
|
|
ditroff -P$dev $m.nr
|
|
end
|