10 lines
99 B
Bash
10 lines
99 B
Bash
#! /usr/bin/env bash
|
|
|
|
target=pi
|
|
dir_target=RpiLedBars_dev
|
|
|
|
if [[ "$1" ]]; then
|
|
target="$1"
|
|
fi
|
|
|