1
0
mirror of https://github.com/danog/process.git synced 2024-11-30 04:39:04 +01:00
process/lib/constants.php
2017-11-24 19:11:21 -06:00

6 lines
115 B
PHP

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