github.com/caseydavenport/controller-tools@v0.2.6-0.20200519183242-e8a18b1a6750/.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  $@