1
Fork 0
This repository has been archived on 2024-04-09. You can view files and clone it, but cannot push or open issues/pull-requests.
podcastoscope/bin/bld/bld_init.sh

7 lines
151 B
Bash

#!/bin/bash
bld_path=$(dirname "$0")
local_path="$bld_path/local"
mkdir -p "$local_path"
cp $bld_path/default.bld_params.sh $local_path/bld_params.sh