Newer
Older
openstack-caracal-ipv4 / tests / phase-05-amphora / fakebin / wget
#!/usr/bin/env bash
out=""; while [ $# -gt 0 ]; do case "$1" in -O) out="$2"; shift 2 ;; *) shift ;; esac; done
: > "${out:-/dev/null}"