Changeset 8452
- Timestamp:
- 03/27/08 20:02:09 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Net-Partty/trunk/example/pertty.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Net-Partty/trunk/example/pertty.pl
r8450 r8452 77 77 close $slave; 78 78 my $shell = $ENV{SHELL} || '/bin/sh'; 79 exit exec $shell, '-i'; 79 my($name) = $shell =~ m!([^/]+)$!; 80 $name ||= $shell; 81 exit exec { $shell } $name, '-i'; 80 82 } 81 83
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)