mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/cqpserver.git
synced 2025-01-13 11:40:35 +00:00
8 lines
198 B
Bash
8 lines
198 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
touch /root/cqpserver.init
|
||
|
echo "host *;" >> /root/cqpserver.init
|
||
|
echo "" >> /root/cqpserver.init
|
||
|
echo 'user opaque "opaque";' >> /root/cqpserver.init
|
||
|
cqpserver -I /root/cqpserver.init
|