view testenv.pl @ 4:7d229f933809 draft default tip

Uploaded
author choogland
date Tue, 02 Dec 2014 01:25:57 -0500
parents 69760cc36501
children
line wrap: on
line source

#!/usr/bin/perl

# usage : perl testenv.pl

#system("env");
system("pwd");
system("echo TOOL_PATH is $TOOL_PATH");
system("echo REPOSITORY_INSTALL_DIR is $REPOSITORY_INSTALL_DIR");