NAME

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

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

METHODS

get_contents

Returns the contents of the filename