NAME
Bat::Interpreter::Delegate::FileStore::LocalFileSystem
VERSION
version 0.025
SYNOPSIS
use
Bat::Interpreter;
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) 2022 by Pablo Rodríguez González.
This is free software, licensed under:
The MIT (X11) License