1. 15 Sep, 2022 1 commit
  2. 08 Sep, 2022 3 commits
  3. 07 Sep, 2022 4 commits
  4. 29 Aug, 2022 1 commit
  5. 22 Aug, 2022 2 commits
  6. 17 Aug, 2022 1 commit
    • Akbarkhon Variskhanov's avatar
      Simplify redirections · 54c108cf
      Akbarkhon Variskhanov authored
      Bash allows shortening >word 2>&1 to &>word. Use this concise form.
      
      Also, bash's `command -v` never outputs to stderr (and shouldn't,
      as mandated by POSIX), so 2>&1 is really unnecessary.
      54c108cf
  7. 12 Aug, 2022 3 commits
  8. 01 Aug, 2022 3 commits
  9. 15 Jul, 2022 5 commits
  10. 02 Jul, 2022 3 commits
  11. 25 Jun, 2022 1 commit
  12. 23 Jun, 2022 2 commits
  13. 22 Jun, 2022 2 commits
  14. 20 Jun, 2022 1 commit
  15. 18 Jun, 2022 5 commits
  16. 31 May, 2022 3 commits