mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
10 lines
183 B
Bash
10 lines
183 B
Bash
|
#!/bin/bash
|
||
|
if [ "$1" = "DEBUG" ]
|
||
|
then
|
||
|
echo DEBUG mode on
|
||
|
export HSOCDEBUG=on
|
||
|
fi
|
||
|
|
||
|
export HSOCONF=/usr/share/hsoconnect/hsoconf
|
||
|
python /usr/share/hsoconnect/hsoc/HSOconnect.py
|