home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / ek / eksw / src / indent.run < prev    next >
Text File  |  2020-01-01  |  111b  |  6 lines

  1. #!/bin/sh
  2.  
  3. indent -i3 -bli0 -nut \
  4.     kermit.c unixio.c main.c \
  5.     cdefs.h  debug.h  kermit.h  platform.h  unix.h
  6.