# @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