5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
![]() |
#!/usr/bin/env perl
|
||
|
|
||
|
printf "%-8s ",uc(shift @ARGV);
|
||
|
print join(' ', @ARGV),"\n";
|