source: .tests/setup_bitlbee.sh @ bc346a2

Last change on this file since bc346a2 was 5d927631, checked in by / <>, at 2021-03-31T11:50:18Z

register

  • Property mode set to 100755
File size: 109 bytes
Line 
1#!/bin/bash
2
3killall bitlbee >/dev/null 2>/dev/null
4
5set -e
6(BITLBEE_DEBUG=1 ./bitlbee -Dnv 2> ./debuglog) &
Note: See TracBrowser for help on using the repository browser.