Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/updateMedia.sh @ 1988

Last change on this file since 1988 was 1506, checked in by rgrieder, 16 years ago
  • propset worked on every file except the ones marked as executable. But even that rule doesn't apply to the bin/ folder. I'm starting to go basket case…
  • Property svn: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.