executable
This commit is contained in:
parent
9cee8be710
commit
f9e9441615
@ -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
3
tool/renumber
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec go run tool/renumber.go
|
Loading…
x
Reference in New Issue
Block a user