File size: 259 Bytes
ed552fd | 1 2 3 4 | @echo off
REM run_5per_wrapper.bat — 在 WSL 中以 nohup 方式运行仿真
wsl -d Ubuntu-20.04 bash -c "nohup bash /mnt/f/agent-workspace/paper2/Exp/data/scripts/run_5per_type.sh > /mnt/f/agent-workspace/paper2/Exp/data/scripts/run_5per_nohup.log 2>&1 &"
|