refactor: migrate all scripts and utils from bash to zsh (#3)
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
#!/bin/zsh
|
||||
|
||||
# Required parameters:
|
||||
# @raycast.schemaVersion 1
|
||||
# @raycast.title x
|
||||
# @raycast.mode silent
|
||||
|
||||
# Optional parameters:
|
||||
# @raycast.icon 🤖
|
||||
|
||||
# Documentation:
|
||||
# @raycast.description Return bruno ✕
|
||||
# @raycast.author Esteban Vincent
|
||||
|
||||
echo -n "✕" | pbcopy
|
||||
echo "Copied to clipboard! ✅"
|
||||
|
||||
Reference in New Issue
Block a user