# This is an observing script saved in a TXT file
_MESSAGE = "hello, world!"

# Get the current directory on my local machine
[local] $ pwd
# Execute a python function
[py] print_color(_MESSAGE, green)
# Execute a shell command on the remote server
[rtc] $ ls