my $where; $where= $ARGV[0]||$ARGV[1]||'/usr/local'; print "Installing share files to $where/share/psh\n"; system("mkdir -p $where/share/psh"); system("cp -r share/themes $where/share/psh"); system("cp -r share/complete $where/share/psh");