Files
cronmaster/scripts/hello-world.sh
2025-11-10 11:41:04 +00:00

7 lines
138 B
Bash
Executable File

# @id: script_1762773565914_sjuilgih3
# @title: hello-world
# @description: echoes test
#!/bin/bash
# Your script here
echo 'Hello World'