-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathshell_tmp.sh
More file actions
26 lines (19 loc) · 758 Bytes
/
shell_tmp.sh
File metadata and controls
26 lines (19 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/sh
THEPATH='/tmp/dialog:/data/hack/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/bin:/opt/local/sbin:/usr/local/sbin:/usr/sbin:/sbin:/scripts'
for f in /data/plugins/*; do
if [ -d ${f}/bin ]; then
THEPATH="${f}/bin:${THEPATH}"
fi
done
export PATH="${THEPATH}"
export LD_LIBRARY_PATH='.:/tmp/libcurl:/usr/local/DFBTerm/lib:/data/hack/lib:/opt/local/lib:/usr/local/lib:/usr/lib:/lib:/lib/gstreamer-0.10:/opt/local/lib/qt'
export HOME='/tmp'
export ENV='/data/etc/.profile'
export TERM=vt102
export TERMINFO='/share/terminfo/'
export CURL_CA_BUNDLE=/tmp/cacert.pem
echo "------------------------"
echo " Welcome to Boxee+Hacks "
echo "------------------------"
cd /tmp
/bin/sh