Skip to content

Instantly share code, notes, and snippets.

@Mikulas
Created December 1, 2017 17:48
Show Gist options
  • Save Mikulas/10e32a06f7dcf6e41caf844c76b9d07c to your computer and use it in GitHub Desktop.
Save Mikulas/10e32a06f7dcf6e41caf844c76b9d07c to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
php "$DIR/console.php" "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment