├── .shellspec ├── LICENSE ├── README.md ├── altshfmt ├── altshfmt.bat └── spec ├── altshfmt_spec.sh └── spec_helper.sh /.shellspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellspec/altshfmt/HEAD/.shellspec -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellspec/altshfmt/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellspec/altshfmt/HEAD/README.md -------------------------------------------------------------------------------- /altshfmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellspec/altshfmt/HEAD/altshfmt -------------------------------------------------------------------------------- /altshfmt.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellspec/altshfmt/HEAD/altshfmt.bat -------------------------------------------------------------------------------- /spec/altshfmt_spec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellspec/altshfmt/HEAD/spec/altshfmt_spec.sh -------------------------------------------------------------------------------- /spec/spec_helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellspec/altshfmt/HEAD/spec/spec_helper.sh --------------------------------------------------------------------------------