8 lines
102 B
Bash
Executable File
8 lines
102 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
function get_deps() {
|
|
|
|
echo "no deps"
|
|
}
|