source: .tests/setup_bitlbee.sh @ cdb59cc

Last change on this file since cdb59cc was cdb59cc, checked in by / <>, at 2021-03-31T11:10:23Z

fix cleanup error

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