.cvsignore.
[wvapps.git] / unity / demo1
blob48a0233320f15295a10fdba3eef264aafe1890c1
1 #!/bin/bash
2 . demosetup.sh
4 cat >/tmp/complex.ini <<-EOF
5 [complex key]
6 some/stuff/is/stored/here = yes
8 [complex key #2]
9 Right? = right
10 EOF
12 uniconfd -u /tmp/uniconf/uniconfsocket \
13 /=temp: /win.ini=ini:$HOME/win/windows/win.ini \
14 /complex.ini=ini:/tmp/complex.ini \
15 "/win.ini and complex.ini together =
16 list: ini:$HOME/win/windows/win.ini ini:/tmp/complex.ini"
17 #uniconfdaemon -mount / temp: \
18 # -mount /win.ini ini:$HOME/win/windows/win.ini \
19 # -mount /complex.ini ini:/tmp/complex.ini \
20 # -mount "/win.ini and complex.ini together" \
21 # "list: ini:$HOME/win/windows/win.ini ini:/tmp/complex.ini"
23 unikonf