mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
7 lines
127 B
Bash
7 lines
127 B
Bash
#!/bin/bash -e
|
|
|
|
# -e above so that if any command has an exit code != 0, this script will
|
|
# exit immediately.
|
|
|
|
../commonbuild
|