[ create a new paste ] login | about

Link: http://codepad.org/LGFSW9AT    [ raw code | fork ]

Plain Text, pasted on Jun 18:
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
    case $1 in
    vtv1)
    echo 'starting VTV1 using Mplayer with cachesize 1024...'
    ;;
    vtv2)
    echo 'starting VTV2 using Mplayer with cachesize 1024...'
    ;;
    esac






Create a new paste based on this one


Comments: