Move stow to it's own dir and separate include files out
This commit is contained in:
11
php/functions.php
Normal file
11
php/functions.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
function path(...$segments): string
|
||||
{
|
||||
return join(DIRECTORY_SEPARATOR, $segments);
|
||||
}
|
||||
|
||||
function line(string $line): void
|
||||
{
|
||||
echo $line . PHP_EOL;
|
||||
}
|
Reference in New Issue
Block a user