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
{"input":{"source":"STRONG_APP","strongApp":{"exportPath":"/data/tmp/strong.csv","mapping":[{"sourceName":"Arnold Press (Dumbbell)","targetName":"Arnold Dumbbell Press"},{"sourceName":"Around the World","targetName":"Around The Worlds"},{"sourceName":"Back Extension","targetName":"Hyperextensions (Back Extensions)"},{"sourceName":"Battle Ropes","targetName":"Battling Ropes"},{"sourceName":"Behind the Back Tricep Raises","targetName":"Behind the Back Tricep Raises"},{"sourceName":"Bench Dip","targetName":"Bench Dips"},{"sourceName":"Bench Press (Barbell)","targetName":"Barbell Bench Press - Medium Grip"},{"sourceName":"Bench Press (Dumbbell)","targetName":"Dumbbell Bench Press"},{"sourceName":"Bench Press (Smith Machine)","targetName":"Smith Machine Bench Press"},{"sourceName":"Bench Press - Close Grip (Barbell)","targetName":"Close-Grip Barbell Bench Press"},{"sourceName":"Bench Press - Wide Grip (Barbell)","targetName":"Wide-Grip Barbell Bench Press"},{"sourceName":"Bench Press Tilts","targetName":"Barbell B |
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
#!/usr/bin/env bash | |
set -e | |
remove_flag="" | |
if [ "$1" = "true" ]; then | |
remove_flag="--remove-existing-container" | |
fi | |
# Generate certificate |