[add] tools:install

This commit is contained in:
fenris 2025-09-23 20:56:35 +02:00
parent 9e7646dd9e
commit a4fedf45f5

16
tools/install Executable file
View file

@ -0,0 +1,16 @@
#!/usr/bin/env sh
## consts
dir_build="build"
## args
if [ $# -ge 1 ] ; then dir_target=$1 ; else dir_target=/usr/local/bin ; fi
## exec
cp ${dir_build}/type2 ${dir_target}/type2