github.com/christarazi/controller-tools@v0.3.1-0.20210907042920-aa94049173f8/.run-in.sh (about)

     1  #!/usr/bin/env bash
     2  
     3  # run something in a directory
     4  # goes hand-in .run-controller-gen.sh
     5  
     6  cd $1
     7  shift
     8  $@