github.com/regadas/controller-tools@v0.5.1-0.20210408091555-18885b17ff7b/.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  $@