3 lines
70 B
Bash
Executable file
3 lines
70 B
Bash
Executable file
#!/usr/bin/env sh
|
|
URL=$1
|
|
oryx-download.sh $URL && moonlander-flash.sh
|