Probably a minor fix. Here's the error. `/usr/local/bin/git-standup: 11: /usr/local/bin/git-standup: Syntax error: redirection unexpected` The shell (`/bin/sh`) in Ubuntu is `dash`. It will work if the first line is changed to: `#!/bin/bash`
Probably a minor fix. Here's the error.
/usr/local/bin/git-standup: 11: /usr/local/bin/git-standup: Syntax error: redirection unexpectedThe shell (
/bin/sh) in Ubuntu isdash.It will work if the first line is changed to:
#!/bin/bash