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