github.com/cilium/controller-tools@v0.3.1-0.20230329170030-f2b7ff866fde/.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  $@