mirror of
https://codeberg.org/TicklishHoneyBee/CLIte.git
synced 2026-03-11 09:04:37 +00:00
8 lines
390 B
Text
8 lines
390 B
Text
# filesystem index file
|
|
# line format: url:filepath:permissions
|
|
# url is the server-side file path and name, relative to the data directory
|
|
# filepath is CLIte's Unix-like path, such as /usr/share/introduction
|
|
# permissions is CLIte's Unix-like file permissions for the file, such as rwxrwxrwx
|
|
# empty lines, or lines beginning with a # are ignored
|
|
|
|
intro:/usr/share/introduction:rw-rw-r--
|