shithub: bin.rc

ref: 858601ce88f1dc0d9758d101fc7ac26cfcf1c2fb
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 }