genode/repos/gems/src/app/fs_tool
Ehmry - 196c340aa9 Tup: build more of gems 2020-01-29 16:26:29 +01:00
..
README gems: initial version of fs_tool 2019-03-18 15:56:58 +01:00
Tupfile Tup: build more of gems 2020-01-29 16:26:29 +01:00
main.cc Move include/gems/vfs.h to include/os/vfs.h 2019-11-19 14:23:56 +01:00
target.mk gems: initial version of fs_tool 2019-03-18 15:56:58 +01:00

README

The fs_tool component performs a sequence of file operations on a locally
configured VFS. The file operations are given the configuration as follows:

! <config exit="yes">
!   <vfs>
!     ...
!   </vfs>
!   <remove-file path="/path/to/file" />
! </config>

The 'exit="yes"' attribute instructs the component to exit after completing
the sequence. Otherwise, the component keeps responding to configuration
changes by executing the operations found in the updated configurations.