source: .tests/cleanup_bitlbee.sh @ 50efbf4

Last change on this file since 50efbf4 was e14bdc67, checked in by / <>, at 2021-03-29T13:14:39Z

some more

  • Property mode set to 100755
File size: 181 bytes
Line 
1#!/bin/bash
2
3set -e
4
5killall bitlbee
6
7printf 'Bitlbee output:\n\n'
8less ./debuglog
9
10if cat ./debuglog | grep -i -q error
11then
12    rm ./debuglog
13    exit 1
14else
15    rm ./debuglog
16fi
Note: See TracBrowser for help on using the repository browser.