Files
UnrealEngine/Engine/Extras/RoboMerge/v3/p4docker/setup_and_run_p4d.sh
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

9 lines
154 B
Bash
Executable File

#!/bin/bash
set -e
# First start p4d and wait for it to finish starting
p4d &
sleep 3
# Continue running perforce server -- tail the log
tail -f $P4LOGS