]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
mount-robot: Configure for Michal S.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 27 Apr 2010 11:42:26 +0000 (13:42 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 27 Apr 2010 12:53:12 +0000 (14:53 +0200)
devel-utils/mount-robot

index fad80655ee05d3fc500c580c0f774d456262fe84..0f890159e54cc31ef301bc1472e7cc1eebe69501 100755 (executable)
@@ -8,6 +8,9 @@ if [ $USER = "zandar" ]; then
 elif [ $USER = "filip" ]; then
        mypath=/home/filip/fel/eb/build/ppc/_compiled
        mount_point=/home/filip
+elif [ $USER = "wsh" ]; then
+       mypath=/home/wsh/projects/eurobot/soft/build/ppc/_compiled
+       mount_point=/home/michal
 else
        echo "Error: Unknown user $USER" >&2
        exit 1