refactor: migrate all scripts and utils from bash to zsh (#3)

This commit is contained in:
Esteban Vincent
2026-05-19 14:57:38 +02:00
committed by GitHub
parent 071f1df0ba
commit 6198cdb0e1
9 changed files with 28 additions and 28 deletions
Executable
+17
View File
@@ -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! ✅"