files.text

Create text files with correponding content

type

attribute set of strings concatenated with "\n"

example

{
  files.text = {
    "/hello.txt" = ''
                         (((((            *********          ****                    
                        (((((((            *********        *******                  
                        (((((((((           .*********    *********                  
                         (((((((((            *********  *********                   
                           (((((((((           *****************                     
                            (((((((((            **************                      
                 (((((((((((((((((((((((((((((((( ***********            (           
               (((((((((((((((((((((((((((((((((((( *********          (((((         
              (((((((((((((((((((((((((((((((((((((( *********        (((((((        
                           *********                   *********    /((((((((        
                          *********                     *********  (((((((((         
                        *********                         ******* ((((((((/          
                       *********                           **** (((((((((            
       ***********************.                             ,* (((((((((((((((((((((.
      ***********************                                ((((((((((((((((((((((((
       *********************.((                             (((((((((((((((((((((((( 
                 ********* ((((((                         (((((((((                  
                ********* ((((((((                       (((((((((                   
              *********    (((((((((                   (((((((((                     
             *********      (((((((((                                                
              .*****         /((((((((**************************************         
                ***           *((((((((( **********************************          
                             (((((((((((( *******************************,           
                            (((((((((((((((           ,********                      
                          ((((((((((((((((((            *********                    
                         (((((((((   (((((((((           *********                   
                       (((((((((      (((((((((            *********                 
                         ((((((         (((((((((           ******                   
    '';
  };
}

default

{
  files.text = { };
}