shithub: bin.rc

ref: 17ffc25b2303538e71895e660fce6640d5b1dc3b
dir: /bin/i+/

View raw version
#!/bin/awk -f
BEGIN{
	tabs = "	"
	if(ARGC > 1){
		n = ARGV[1]; ARGC--
		while(--n) tabs = tabs "	"
	}
}
{ print tabs $0 }