shithub: bin.rc

ref: 3c7b96eefe4382559c195eec433f48ee0e5afc38
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 }