aboutsummaryrefslogtreecommitdiff
path: root/yts
diff options
context:
space:
mode:
authorsinanmohd <pcmsinan@gmail.com>2023-03-04 12:38:41 +0530
committersinanmohd <pcmsinan@gmail.com>2023-03-11 19:05:05 +0530
commited8560aa4ff35989dc6ea6f39da3b084300685b8 (patch)
tree0a847068d9fd5f3f849462ad78864801da354d9f /yts
parentc9716539931f695e248c805e461b493989d8f243 (diff)
yts: make use of the new pirowatch -s flag to speed up launching
Diffstat (limited to 'yts')
-rwxr-xr-xyts2
1 files changed, 1 insertions, 1 deletions
diff --git a/yts b/yts
index 77082ca..7733057 100755
--- a/yts
+++ b/yts
@@ -95,7 +95,7 @@ main()
then
echo "$dllink"
else
- pirowatch "$dllink"
+ pirowatch -s "$dllink"
fi
}