xmrig-docker/wget.sh

8 lines
71 B
Bash
Executable File

#!/bin/sh
set -e
echo "wget: '$*'"
eval $(/usr/bin/wget --quiet $*)