mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-24 22:19:28 +02:00
6 lines
149 B
TOML
6 lines
149 B
TOML
script = """
|
|
ls /shared_dirs/copy_file_example/
|
|
cp /shared_dirs/copy_file_example/testfile.txt /root/
|
|
"""
|
|
shared_directories = ["copy_file_example"]
|