mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-05 17:05:07 -05:00
15 lines
197 B
Plaintext
Executable File
15 lines
197 B
Plaintext
Executable File
if [ -z "$1" ]; then echo "Must supply version"; exit 0; fi
|
|
|
|
pushd james/apache-james-mailbox-memory
|
|
./build
|
|
popd
|
|
|
|
pushd james/james-trunk/protocols-smtp/
|
|
./build
|
|
popd
|
|
|
|
pushd build
|
|
./make $1
|
|
popd
|
|
|