Changeset 1222 for trunk/locker/deploy/bin/django
- Timestamp:
- Jul 1, 2009, 11:57:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/locker/deploy/bin/django
r1046 r1222 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
Note: See TracChangeset
for help on using the changeset viewer.