mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-20 10:16:34 +01:00
7 lines
109 B
Tcsh
Executable File
7 lines
109 B
Tcsh
Executable File
#! /bin/csh -f
|
|
set dev=fa
|
|
foreach m ($argv)
|
|
echo grn -P$dev $m.grn ">" $m.nr
|
|
grn -P$dev $m.grn > $m.nr
|
|
end
|