#!/bin/bash

path='vendor/bin/psalm'
$path "$@"
