mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-12-06 19:39:20 +01:00
Add shared_directories preset parameter (#35)
This commit is contained in:
5
presets/copy_file.toml
Normal file
5
presets/copy_file.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
script = """
|
||||
ls /shared_dirs/copy_file_example/
|
||||
cp /shared_dirs/copy_file_example/testfile.txt /root/
|
||||
"""
|
||||
shared_directories = ["copy_file_example"]
|
||||
1
presets/copy_file_example/testfile.txt
Normal file
1
presets/copy_file_example/testfile.txt
Normal file
@@ -0,0 +1 @@
|
||||
test
|
||||
Reference in New Issue
Block a user