VirtualBox

source: vbox/trunk/src/libs/openssl-3.4.1/util/echo.pl

Last change on this file was 109052, checked in by vboxsync, 3 weeks ago

openssl-3.4.1: Applied our changes, regenerated files, added missing files and functions. This time with a three way merge. ​bugref:10890

  • 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
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