File size: 99 Bytes
afcfd4d
 
 
 
 
1
2
3
4
5
6
#!/usr/bin/env bash
set -euo pipefail
TARGET=${1:?target required}
echo "target=$TARGET"
echo done