This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
export PIVNET_TOKEN=GET_FROM_PIVNET_USER_PROFILE_PAGE | |
export OPSMGR_HOST=localhost | |
echo "Local file name: " | |
read -r LOCAL_FILE_NAME_INPUT | |
export LOCAL_FILE_NAME=$LOCAL_FILE_NAME_INPUT |