source:
.tests/setup_bitlbee.sh
@
5d927631
Last change on this file since 5d927631 was 5d927631, checked in by , at 2021-03-31T11:50:18Z | |
---|---|
|
|
File size: 109 bytes |
Rev | Line | |
---|---|---|
[c6c05ad] | 1 | #!/bin/bash |
2 | ||
[5d927631] | 3 | killall bitlbee >/dev/null 2>/dev/null |
[c6c05ad] | 4 | |
[cdb59cc] | 5 | set -e |
[c6c05ad] | 6 | (BITLBEE_DEBUG=1 ./bitlbee -Dnv 2> ./debuglog) & |
Note: See TracBrowser
for help on using the repository browser.