mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-05-24 13:45:03 +00:00
17 lines
290 B
Ruby
Executable File
17 lines
290 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
# Required parameters:
|
|
# @raycast.schemaVersion 1
|
|
# @raycast.title ruby cmd
|
|
# @raycast.mode fullOutput
|
|
|
|
# Optional parameters:
|
|
# @raycast.icon 🤖
|
|
|
|
# Documentation:
|
|
# @raycast.author huakunshen
|
|
# @raycast.authorURL https://raycast.com/huakunshen
|
|
|
|
puts "Hello World!"
|
|
|