This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| #title :cli.interpreter | |
| #description :A dynamic user-defined interpreter for tinkerwell's CLI tinker | |
| #author :Tim Jespers <[email protected]> | |
| #date :2020-02-12 | |
| #version :0.1 | |
| #notes :To be used in conjunction with tinkerwell-dynamic-php-interpreter.sh | |
| #============================================================================== |