mirror of
https://github.com/fccview/cronmaster.git
synced 2026-01-20 19:57:44 -05:00
7 lines
190 B
Bash
Executable File
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 |