mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
7 lines
59 B
Bash
Executable File
7 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
./update-packages.sh
|
|
./all.sh publish
|