view install-target-bin.sh @ 25:b51027daadb9

add install-target-bin.sh script
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 02 Dec 2020 21:19:21 +0000
parents
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