8 lines
213 B
Bash
Executable file
8 lines
213 B
Bash
Executable file
#! /bin/bash
|
|
|
|
set -e
|
|
|
|
url="http://cdn.stage.redhat.com/content/dist/rhel/atomic/7/7Server/x86_64/images/"
|
|
|
|
BASE=$(dirname $0)
|
|
$BASE/atomic.bootstrap "$1" "$url" sort 1 "rhel-atomic-cloud-([0-9\.-]+).x86_64.qcow2"
|