mach icon indicating copy to clipboard operation
mach copied to clipboard

Question: is there a bash abstraction?

Open jerger opened this issue 7 years ago • 0 comments

As build steps get more complicated (at the moment I try to introduce a build-target dir in order to separate src from build artifacts) I want do modularize my bash-scripts. I think && is not enough ...

terraform-plan
  {product (str terraform-build-dir "/proposed.plan")
   update! #$ ["cd" terraform-build-dir "&&"
                      "terraform" "plan" "-out" product]

jerger avatar Jun 01 '18 08:06 jerger