Use frep [0] which uses the Go templating capabilities. [0]: https://github.com/subchen/frep
5 lines
29 B
Bash
Executable File
5 lines
29 B
Bash
Executable File
#!/bin/bash
|
|
|
|
exec frep $1:-
|
|
|