summaryrefslogtreecommitdiffstats
path: root/bin/laptop/svdn
diff options
context:
space:
mode:
Diffstat (limited to 'bin/laptop/svdn')
-rwxr-xr-xbin/laptop/svdn13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/laptop/svdn b/bin/laptop/svdn
new file mode 100755
index 0000000..ce6f4c4
--- /dev/null
+++ b/bin/laptop/svdn
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+svst "$1" && svstop "$1"
+svst "$1" && sleep 1
+svst "$1" && svstop "$1"
+for i in 1..5; do
+ svst "$1" && sleep 1
+done
+svst "$1" && svstop "$1"
+for i in 1..10; do
+ svst "$1" && sleep 1
+done
+svst "$1" && svkill "$1"