shithub: bin.rc

ref: e74f570df7843de1c4efbf1bba981e6b96038e33
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 }