2025-04-27 07:49:33 -04:00

3 lines
45 B
Perl

($cwd=`cd`) =~ s/^.://;
print "ROOT=$cwd";