Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/network/updateMedia.sh @ 1451

Last change on this file since 1451 was 1415, checked in by scheusso, 16 years ago

added script to update media repository

  • Property svn:executable set to *
File size: 50 bytes
Line 
1#!/bin/bash
2dir=${pwd}
3cd ../Media
4svn up
5cd $dir
Note: See TracBrowser for help on using the repository browser.