Changeset 1258


Ignore:
Timestamp:
03/11/2010 02:38:13 (5 months ago)
Author:
douglas
Message:

Unix to Unix.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • Profiles/justonenight.douglasthrift.net/bin/music-sync.sh

    r1244 r1258  
    2727        local_music="$(realpath "`cygpath -D`/../Music")/" 
    2828        PATH="/cygdrive/c/Windows/System32/dns/bin:$PATH" 
     29        ;; 
     30(FreeBSD|Linux) 
     31        local=unix 
     32        local_music="`realpath ~/Music`/" 
     33        ;; 
     34(*) 
     35        echo "$script: unknown system: `uname -s`" 1>&2 
     36        exit 1 
    2937        ;; 
    3038esac 
Note: See TracChangeset for help on using the changeset viewer.