Page MenuHome GnuPG

docker-test.sh
No OneTemporary

docker-test.sh

#!/usr/bin/env bash
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
if command -v realpath>/dev/null 2>&1; then
CURRENT_FILE=`realpath "$0"`
else
CURRENT_FILE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/$(basename $0)"
fi
PROVISIONING_DIR=`dirname "$CURRENT_FILE"`
ENIGMAIL_ROOT=`dirname "$PROVISIONING_DIR"`
docker run -v $ENIGMAIL_ROOT:/enigmail-src -i -t enigmail-unit ./test.sh "$@"

File Metadata

Mime Type
text/x-shellscript
Expires
Sat, Jan 24, 11:24 PM (1 d, 4 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
14/17/735e857c0fa5e0be8025c71a1f5a

Event Timeline