9 lines
No EOL
82 B
Bash
9 lines
No EOL
82 B
Bash
#!/bin/sh
|
|
|
|
fetch_latest_version() {
|
|
printf ""
|
|
}
|
|
|
|
download_file() {
|
|
printf ""
|
|
} |