mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/cqpserver.git
synced 2024-12-26 03:14:20 +00:00
8 lines
198 B
Bash
Executable File
8 lines
198 B
Bash
Executable File
#!/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
|