9 lines
115 B
Bash
Executable file
9 lines
115 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
tools/prepall
|
|
tools/buildall clean check
|
|
|
|
cd ~/Products/ledger
|
|
make fullcheck release-distcheck
|