base_role/overlay/Linux/usr/local/sbin/bootstrap_wheels.bash
embed@git.macaw.me b50fd16591 first
2024-01-06 01:38:28 +00:00

12 lines
145 B
Bash
Executable File

#!/bin/bash
# -*-mode: sh; tab-width: 8; coding: utf-8-unix -*-
set -e
ROLE=base
WD=$PWD
cd tmp
exit 0
[ -d wheels ] || mkdir wheels
cd wheels