mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 19:34:18 +08:00
8 lines
71 B
Bash
Executable File
8 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
./all.sh distclean
|
|
./all.sh dist
|
|
./all.sh publish
|