Files
cronmaster/scripts/test.sh
2025-08-18 14:06:20 +01:00

7 lines
190 B
Bash
Executable File

# @id: test
# @title: Logs Hello World
# @description: This script logs a "hello world" to test the cronjob functionality
#!/bin/bash
# Your script here
echo 'Hello World' > hello.txt