Mailspring/packages/client-app/nylas-mail

9 lines
138 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
if [ -e .setup-complete ]; then
cd N1
./atom.sh "$@"
else
echo "ERROR: Please run ./setup.sh first"
exit 1
fi