repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
wuala-daemon
/
wualad_login.sh
blob
eb27356d2bb5ae03e103be6a04728178473eb909
1
#!/bin/bash
2
3
# First just start wuala in trading mode only, and then login
4
# to prevent the login name and password to be visible in 'ps -ef'
5
~
/
wuala
/
wuala
-nogui
&
6
sleep
10
7
~
/
wuala
/
wuala
-nogui
login WualaLoginName WualaPassword
&