6 lines
107 B
Bash
6 lines
107 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
dune exec offline -- download && \
|
||
|
|
dune exec offline -- sign && \
|
||
|
|
dune exec offline -- upload
|