7 lines
87 B
Bash
Executable file
7 lines
87 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
set -e
|
|
|
|
. ./common
|
|
|
|
compute_version "$(fetch_file_infos get_files)"
|