view install-target-bin.sh @ 27:cb3f6fe694e1 default tip

README: document SE K2x0 addition
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 21 Dec 2023 21:44:43 +0000
parents b51027daadb9
children
line wrap: on
line source

#!/bin/sh

install_dir=/opt/freecalypso/target-bin

set -e

mkdir -p $install_dir
install -c -m 644 images/* $install_dir