NAME

Bat::Interpreter::Delegate::FileStore::LocalFileSystem

VERSION

version 0.008

SYNOPSIS

use Bat::Interpreter;
use Bat::Interpreter::Delegate::FileStore::LocalFileSystem;

my $local_filesystem = Bat::Interpreter::Delegate::FileStore::LocalFileSystem->new;

my $interpreter = Bat::Interpreter->new(batfilestore => $local_filesystem);
$interpreter->run('/var/cmd_storage/my.cmd'); 

DESCRIPTION

Accessing bat/cmd files via local file system

NAME

Bat::Interpreter::Delegate::FileStore::LocalFileSystem -

METHODS

get_contents

Returns the contents of the filename

AUTHOR

Pablo Rodríguez González <pablo.rodriguez.gonzalez@gmail.com>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Pablo Rodríguez González.

This is free software, licensed under:

The MIT (X11) License