Huakun Shen 0fb76d3575
feature: add @kksh/script-command package
Implement script command parser, support existing raycast script commands
2025-02-26 04:51:50 -05:00

17 lines
289 B
Bash
Executable File

#!/bin/bash
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title bash script cmd
# @raycast.mode fullOutput
# Optional parameters:
# @raycast.icon 🤖
# Documentation:
# @raycast.author huakunshen
# @raycast.authorURL https://raycast.com/huakunshen
echo "Hello World!"