Files
cronmaster/scripts/demo-script.sh

6 lines
178 B
Bash
Executable File

# @id: demo-script
# @title: Hi, this is a demo script
# @description: This script logs a "hello world" to teach you how scripts work.
#!/bin/bash
echo 'Hello World' > hello.txt