diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-09-23 10:23:37 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-09-23 10:23:37 -0400 |
commit | 8efba1db81fc1294114cea70de0df53f4d4ab9a4 (patch) | |
tree | 03e8fc6f44430321fbcf7871737a91b737e6b28b /scripts/perf | |
parent | 28482f484a69e4c1b3531044ad672e0caccdca9e (diff) |
Use Lua command-line args to make frame_profile_quit.lua generic.
Now the location to which to teleport and the camera focus point can both be
specified by the caller, in this case the frame_profile bash script.
Diffstat (limited to 'scripts/perf')
-rwxr-xr-x | scripts/perf/frame_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/perf/frame_profile b/scripts/perf/frame_profile index 0a4e0a74ff..dcbb954536 100755 --- a/scripts/perf/frame_profile +++ b/scripts/perf/frame_profile @@ -6,5 +6,5 @@ then exe="$(ls "$exe/Contents/MacOS/Second Life "*)" fi -"$exe" --autologin --luafile frame_profile_quit.lua \ +"$exe" --autologin --luafile 'frame_profile_quit.lua 228 232 26' \ http://maps.secondlife.com/secondlife/Bug%20Island/220/224/27 |