File size: 79 Bytes
afcfd4d
 
 
 
1
2
3
4
5
set -euo pipefail
TARGET=${1:?target required}
echo "target=$TARGET"
echo done