2016-11-25 14:41:57 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
2017-01-20 01:54:11 +01:00
|
|
|
# This file is part of Jehanne.
|
|
|
|
#
|
|
|
|
# Copyright (C) 2016-2017 Giacomo Tesio <giacomo@tesio.it>
|
|
|
|
|
2016-11-25 14:41:57 +01:00
|
|
|
if [ "$JEHANNE" = "" ]; then
|
|
|
|
echo ./hacking/drawterm.sh requires the shell started by ./hacking/devshell.sh
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
drawterm -a 127.0.0.1 -c 127.0.0.1 -u glenda
|