mirror of
https://github.com/rancher/os.git
synced 2025-06-23 21:47:03 +00:00
9 lines
80 B
Bash
Executable File
9 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
touch .make-vmware
|
|
|
|
./scripts/release
|