Skip to content

Instantly share code, notes, and snippets.

@mostafamaklad
Last active November 3, 2020 13:20
Show Gist options
  • Save mostafamaklad/eac16bb25917c3cf50f73d939ef8979d to your computer and use it in GitHub Desktop.
Save mostafamaklad/eac16bb25917c3cf50f73d939ef8979d to your computer and use it in GitHub Desktop.
Tinker watcher
#!/bin/bash
tail -n +2 "$1" | php artisan tinker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment