20 lines
211 B
Markdown
20 lines
211 B
Markdown
|
# b2e
|
||
|
|
||
|
simple tool to translate bash scripts to embedded go commands
|
||
|
|
||
|
## usage
|
||
|
|
||
|
b2e -s="source path" -d="destination file"
|
||
|
|
||
|
default values are
|
||
|
|
||
|
s = ".\"
|
||
|
d = ".\bash.go"
|
||
|
|
||
|
## licence
|
||
|
|
||
|
MIT
|
||
|
|
||
|
## Author
|
||
|
|
||
|
Darko Luketic
|