shithub: bin.rc

ref: 92d3d9d1a431f20df9ce8d3d42ac7fb428281a01
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 }