Last change
on this file was 108206, checked in by vboxsync, 3 months ago |
openssl-3.3.2: Exported all files to OSE and removed .scm-settings bugref:10757
|
-
Property svn:eol-style
set to
LF
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
178 bytes
|
Line | |
---|
1 | #! /usr/bin/env perl
|
---|
2 |
|
---|
3 | use strict;
|
---|
4 | use warnings;
|
---|
5 | use Getopt::Std;
|
---|
6 |
|
---|
7 | our $opt_n = 0;
|
---|
8 |
|
---|
9 | getopts('n') or die "Invalid option: $!\n";
|
---|
10 |
|
---|
11 | print join(' ', @ARGV);
|
---|
12 | print "\n" unless $opt_n;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.