This repository has been archived on 2024-04-09. You can view files and clone it, but cannot push or open issues/pull-requests.
|
#!/bin/bash
|
|
|
|
bld_path="$(dirname $(realpath "$0"))"/bld
|
|
source "$bld_path/bld_core.sh"
|
|
|
|
bld_print_implicit_opts
|
|
bld_unit $src_path/podcastoscope.cpp
|