Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
208 B

  1. function debug-operator
  2. if test (count $argv) -gt 0
  3. git pull --rebase
  4. end
  5. make mod clean
  6. and DEBUG=true operator-sdk run --local --watch-namespace=3376 &| tee debug-operator.log
  7. end