github.com/waynz0r/controller-tools@v0.4.1-0.20200916220028-16254aeef2d7/.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  $@