Changeset 1226 for branches/fc11-dev/locker/deploy/bin/joomla
- Timestamp:
- Jul 1, 2009, 12:37:43 PM (15 years ago)
- Location:
- branches/fc11-dev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc11-dev
-
branches/fc11-dev/locker/deploy/bin/joomla
r1210 r1226 1 1 #!/usr/bin/perl 2 2 use strict; 3 use lib '/mit/scripts/deploy/bin'; 3 use FindBin qw($Bin); 4 use lib $Bin; 4 5 use onserver; 5 6 use File::Path;
Note: See TracChangeset
for help on using the changeset viewer.