whyrusleeping / gx

A package management tool
MIT License
1.88k stars 110 forks source link

hooks: use sh #227

Closed Stebalien closed 5 years ago

Stebalien commented 5 years ago

We can assume a unix-like shell and it:

  1. Simplifies this code and removes weird corner cases where gx deviates from bash.
  2. Makes it easy to run multiple commands.