mirror of
https://github.com/fccview/cronmaster.git
synced 2025-12-23 22:18:20 -05:00
6 lines
178 B
Bash
Executable File
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 |