summaryrefslogtreecommitdiff
path: root/indra/newview/linux_tools/handle_secondlifeprotocol.sh
blob: 7ff86d1b9344f5352acf1eeb5aa13650c9b59ea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

# Send a URL of the form secondlife://... to Second Life.
#

URL="$1"

if [ -z "$URL" ]; then
    echo Usage: $0 secondlife://...
    exit
fi

RUN_PATH=`dirname "$0" || echo .`
cd "${RUN_PATH}"

exec ./secondlife -url \'"${URL}"\'