You can now share without considering the 140 character limit. Knife application allows you to split the text into meaningful 140-character tweets and share it with one button with different options.
Knife application building on circleci with three different script. Writing Environment variables to files. Help me to build new features and translate.
Sample script for playServiceSetups.sh
#!/usr/bin/env bash
function copyFirebaseVarsToPlayFolder {
KNIFE_PATH=$HOME"/Knife/.play/knife.json"
echo "$KNIFE_PATH"
if [ ! -f "$KNIFE_PATH" ]; then
echo "Knife Json file does not exist"
fi
echo "Creating Knife Json file..."
touch ${KNIFE_PATH}
echo "Writing json to knife.json"
echo "$KNIFE_JSON" >> ${KNIFE_PATH}
}