- Published
- Author
- Manu
there are command-line options which you can add to bash scripts, can be added in the header like
#!/bin/bash -eAt Codemancers, we believe every day is an opportunity to grow. This section is where our team shares bite-sized discoveries, technical breakthroughs and fascinating nuggets of wisdom we've stumbled upon in our work.
#!/bin/bash -eset -x is very useful while writing shell scripts. It echos commands being run (even in for loops) which helps in debugging. Put this at the top of script file, and see the magic!has_many, has_one and belongs_to. Eg: has_one :policy, -> { where active: true } Showing 70 to 72 of 82 results
Codemancers can bring your vision to life and help you achieve your goals