index
:
xutil
master
extra UNIX utilities
Git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
flip
blob: da55b4b242473a0868c8ff9ea6dbf0b578790e1c (
plain
)
1
2
3
4
5
6
#!/usr/bin/perl use strict; use warnings; exec (shift @ARGV, pop @ARGV, @ARGV);