7 lines
58 B
Text
7 lines
58 B
Text
|
#!/bin/sh
|
||
|
|
||
|
fetch_latest_version() {
|
||
|
}
|
||
|
|
||
|
download_file() {
|
||
|
}
|