Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/updateMedia.sh @ 1504

Last change on this file since 1504 was 1504, checked in by rgrieder, 16 years ago

Once again, set all the svn:eol-style property to native. I really hope this doesn't pose more problems than it solves..

  • Property eol-style set to native
  • 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.