File: tabstrip

package info (click to toggle)
vtprint 2.0.2-11
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 356 kB
  • ctags: 110
  • sloc: ansic: 659; sed: 487; makefile: 201; sh: 96
file content (5 lines) | stat: -rwxr-xr-x 100 bytes parent folder | download | duplicates (7)
1
2
3
4
5
#!/bin/sh
while [ -n "$1" ]; do
{ expand -4 $1 > /tmp/$$; cp /tmp/$$ $1; rm /tmp/$$; shift; }
done