1
0
mirror of https://github.com/danog/process.git synced 2024-12-04 02:27:49 +01:00
process/lib/functions.php

6 lines
115 B
PHP
Raw Normal View History

<?php
namespace Amp\Process;
const BIN_DIR = __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'bin';