~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to awklib/eg/prog/igawk.sh

  • Committer: Arnold D. Robbins
  • Date: 2010-07-16 11:49:57 UTC
  • Revision ID: git-v1:6a2caf2157d87b4b582b2494bdd7d6a688dd0b1f
Tags: gawk-3.1.6
Move to gawk-3.1.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# igawk --- like gawk but do @include processing
3
3
#
4
 
# Arnold Robbins, arnold@gnu.org, Public Domain
 
4
# Arnold Robbins, arnold@skeeve.com, Public Domain
5
5
# July 1993
6
6
 
7
7
if [ "$1" = debug ]
10
10
    shift
11
11
fi
12
12
 
13
 
# A literal newline, so that program text is formmatted correctly
 
13
# A literal newline, so that program text is formatted correctly
14
14
n='
15
15
'
16
16