mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-15 16:26:48 +00:00
11 lines
101 B
Bash
Executable File
11 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
SCRIPT_DIR=/regression
|
|
cd ${SCRIPT_DIR}
|
|
|
|
./shell_cmd.sh
|
|
./process.sh
|
|
./network.sh
|