Skip to content

Commit 7a31f03

Browse files
committed
Create infinite_loop.sh
1 parent 55e4435 commit 7a31f03

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

infinite_loop.sh

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#!/bin/ksh
2+
#
3+
# http://www.cyberciti.biz/faq/bash-infinite-loop/
4+
#
5+
#
6+
7+
exec >> tranlog.sh.out 2>> tranlog.sh.out
8+
9+
while :
10+
do
11+
12+
ggsci <<EOF
13+
14+
dblogin useridalias OGGUSER;
15+
add TRANDATA OMSADM.YFS_ORDER_HEADER ALLCOLS;
16+
17+
EOF
18+
19+
done

0 commit comments

Comments
 (0)