mirror of
https://github.com/wahyd4/forego.git
synced 2026-08-09 05:07:05 +10:00
8 lines
59 B
Bash
Executable File
8 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./spawnee A &
|
|
./spawnee B &
|
|
./spawnee C &
|
|
|
|
wait
|