VirtualBox

source: vbox/trunk/src/libs/openssl-1.1.1g/util/echo.pl@ 86044

Last change on this file since 86044 was 83916, checked in by vboxsync, 5 years ago

openssl-1.1.1g: Applied and adjusted our OpenSSL changes to 1.1.1g. bugref:9719

File size: 174 bytes
Line 
1#! /usr/bin/perl
2
3use strict;
4use warnings;
5use Getopt::Std;
6
7our $opt_n = 0;
8
9getopts('n') or die "Invalid option: $!\n";
10
11print join(' ', @ARGV);
12print "\n" unless $opt_n;
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette