diffvof-simulation-data / scripts /run_5per_wrapper.bat
AlanZee's picture
Upload folder using huggingface_hub
ed552fd verified
Raw
History Blame Contribute Delete
259 Bytes
@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 &"