Changeset 474 for locker/deploy/bin/phpical
- Timestamp:
- Oct 14, 2007, 4:12:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
locker/deploy/bin/phpical
r127 r474 16 16 close(FILE); 17 17 18 # `cp /mit/scripts/deploy/phpical/MIT\ Academic\ Calendar.ics calendars/`;18 #system('cp', '/mit/scripts/deploy/phpical/MIT Academic Calendar.ics', 'calendars/'); 19 19 20 `rm -f contemp.php`;21 `rm -f calendars/publish.ical.php`;20 unlink('contemp.php'); 21 unlink('calendars/publish.ical.php'); 22 22 23 23 print <<END;
Note: See TracChangeset
for help on using the changeset viewer.