isskj/shutils

common shell utilities

v1.0.0 2020-04-02 02:32 UTC

This package is auto-updated.

Last update: 2024-06-08 15:07:01 UTC


README

bins

  • tc.common.sh
    ~~~ sample.sh
    #!/bin/bash
    

source vendor/bin/tc.common.sh tc.check_command "git"

```