Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
playground
>
owncloud-client15
> owncloud.sh
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File owncloud.sh of Package owncloud-client15
#!/bin/sh # Wrapper to start the correct owncloud binary with proper preinitializations. source /opt/qt-4.8/bin/qt-4.8-env.sh source /opt/neon-0.30.0/oc-neon-env.sh exec /opt/qt-4.8/bin/owncloud $* # end