mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -04:00
8 lines
196 B
Text
8 lines
196 B
Text
|
|
#!/usr/bin/perl -n
|
||
|
|
|
||
|
|
# $Header: /home/cvs/386BSD/ports/lang/perl/eg/rmfrom,v 1.1.1.1 1993/08/23 21:29:43 nate Exp $
|
||
|
|
|
||
|
|
# A handy (but dangerous) script to put after a find ... -print.
|
||
|
|
|
||
|
|
chop; unlink;
|