husk 0.1.2

Rust bindings for the mvdan.cc/sh Golang library
Documentation
1
2
3
4
5
fmt:
    #!/usr/bin/env bash
    cd "$(git rev-parse --show-toplevel)"
    cargo fmt
    cd src/go && go fmt