source: trunk/tp-perl/filespec.pl

Last change on this file was 268, checked in by nanardon, 13 years ago
  • likelly end
File size: 97 bytes
Line 
1#!/bin/env perl
2
3use File::Spec;
4
5print File::Spec->catfile(
6    $ENV{HOME}, '.bashrc'
7) . "\n";
Note: See TracBrowser for help on using the repository browser.