executable
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user