executable

This commit is contained in:
Mark McGranaghan 2012-09-23 18:27:33 -07:00
parent 9cee8be710
commit f9e9441615
2 changed files with 4 additions and 1 deletions

@ -7,5 +7,5 @@ Go by Example book source.
```bash
$ mate tool/index.txt
$ go run tool/renumber.go
$ tool/renumber
```

3
tool/renumber Executable file

@ -0,0 +1,3 @@
#!/bin/sh
exec go run tool/renumber.go