mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
7 lines
127 B
Bash
Executable File
7 lines
127 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
source `dirname "$0"`/config.sh
|
|
|
|
# Intentionally empty to allow fetch and cook running in parallel
|