[go: up one dir, main page]

Menu

[r201]: / mia2 / update.sh  Maximize  Restore  History

Download this file

7 lines (5 with data), 85 Bytes

1
2
3
4
5
#!/bin/sh
[ -e ~/.profile ] && . ~/.profile
if [ -d .svn ] ; then
svn update
fi