Files
Raycast/scripts/x.sh
T
2026-05-19 11:05:34 +02:00

18 lines
299 B
Bash
Executable File

#!/bin/bash
# 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! ✅"