We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e36c9f commit cc99d53Copy full SHA for cc99d53
commands/system/quit-airdrop-process.sh
@@ -0,0 +1,18 @@
1
+#!/bin/bash
2
+
3
+# Required parameters:
4
+# @raycast.schemaVersion 1
5
+# @raycast.title Quit AirDrop
6
+# @raycast.mode silent
7
+# @raycast.packageName System
8
9
+# Optional parameters:
10
+# @raycast.icon 🔫
11
12
+# @Documentation:
13
+# @raycast.description Quits all AirDrop processes
14
+# @raycast.author Linus Salzmann
15
+# @raycast.authorURL https://github.com/linus569
16
17
+killall -9 'AirDrop'
18
0 commit comments