blob: 0a6746e8d6f84a530b283dd6b53c56be32b893b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/sh
#
# Copyright © 2013 Mattias Andrée (maandree@member.fsf.org)
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty. [GNU All Permissive License]
echo -en '\033[?1049h\033[?25l'
"$0.py" 2>/dev/null
echo -en '\033[?25h\033[H\033[2J\033[?1049l'
|