about summary refs log tree commit diff
path: root/scripts/reconnect.sh
blob: 92d96687aa36750f9fe74b1674e672fecc652d34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -u

while :; do
	catgirl "$@"
	status=$?
	if [ $status -ne 69 ]; then
		exit $status
	fi
done