diff options
author | sinanmohd <pcmsinan@gmail.com> | 2023-03-04 12:38:41 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-03-11 19:05:05 +0530 |
commit | ed8560aa4ff35989dc6ea6f39da3b084300685b8 (patch) | |
tree | 0a847068d9fd5f3f849462ad78864801da354d9f /yts | |
parent | c9716539931f695e248c805e461b493989d8f243 (diff) |
yts: make use of the new pirowatch -s flag to speed up launching
Diffstat (limited to 'yts')
-rwxr-xr-x | yts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ main() then echo "$dllink" else - pirowatch "$dllink" + pirowatch -s "$dllink" fi } |