- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
#!/bin/bash
clear;
handle_terminate() {
echo "(received signal) $1
Interrupted, cleaning up." >&2
cleanup
cleanup_finish
$0;
exit 255
}
trap handle_terminate 9 1 2 3 15 17 19 23 18 20 24
y=0;
x=0;
num=0;
for((i=0;i<=9;i++)){
for((j=0;j<=190;j++)){
tput cup $x $y
echo "-"
let "y=j";
};
let "x=x+5";
y=0;
};
y=0;
x=0;
for((i=0;i<=38;i++)){
for((j=0;j<=46;j++)){
tput cup $y $x
echo "|"
let "y=j";
};
let "x=x+10";
y=0;
};
kill -9 $$
while :
do
sleep 1s;
done
exit 0
Анонимус 16.01.2011 06:04 # 0
AliceGoth 16.01.2011 12:10 # +1
Анонимус 18.01.2011 08:10 # 0
AliceGoth 16.01.2011 14:07 # −4
guest 16.01.2011 14:38 # −1
Lure Of Chaos 16.01.2011 23:08 # −1
bugmenot 17.01.2011 00:53 # −1
Анонимус 18.01.2011 08:10 # +1
Анонимус 18.01.2011 08:12 # 0
у тебя временные файлы от VI в архиве