Initial version.
This commit is contained in:
8
configure/tools/fullPathName.pl
Executable file
8
configure/tools/fullPathName.pl
Executable file
@@ -0,0 +1,8 @@
|
||||
eval 'exec perl -S -w $0 ${1+"$@"}' # -*- Mode: perl -*-
|
||||
if 0;
|
||||
|
||||
use Cwd 'abs_path';
|
||||
my $dir;
|
||||
$dir = abs_path("$ARGV[0]");
|
||||
print "$dir\n";
|
||||
|
||||
Reference in New Issue
Block a user