diff options
author | Aaron LI <aly@aaronly.me> | 2017-12-29 18:57:02 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-12-29 18:57:02 +0800 |
commit | 76725258574c2787702486cc07fa57d801e1e2e5 (patch) | |
tree | 1b0bb33ba80701b96933eb6cd5b7e6a9a9339011 | |
parent | c65f5d608eeb2c3ebf2f4016fa750367e900f496 (diff) | |
download | atoolbox-76725258574c2787702486cc07fa57d801e1e2e5.tar.bz2 |
Rename geteltorito.pl -> get-eltorito.pl
-rwxr-xr-x | cli/get-eltorito.pl (renamed from cli/geteltorito.pl) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/geteltorito.pl b/cli/get-eltorito.pl index fec18fa..d237728 100755 --- a/cli/geteltorito.pl +++ b/cli/get-eltorito.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use Getopt::Std; |