source: XIOS/tools/FCM/examples/svn-hooks/background_updates.pl @ 1609

Last change on this file since 1609 was 81, checked in by ymipsl, 14 years ago

ajout FCM 1.5

File size: 236 bytes
Line 
1#!/usr/bin/perl
2
3use strict;
4use warnings;
5use File::Spec;
6
7my $home    = (getpwuid($<))[7];
8my $command = File::Spec->catfile($home, qw{FCM sbin fcm-commit-update});
9exec($command, @ARGV) || die("$command: cannot execute.\n");
10__END__
Note: See TracBrowser for help on using the repository browser.