Skip to content

Instantly share code, notes, and snippets.

View graillus's full-sized avatar
🙈
Bonjoir

Robin Graillon graillus

🙈
Bonjoir
View GitHub Profile

Keybase proof

I hereby claim:

  • I am graillus on github.
  • I am robingraillon (https://keybase.io/robingraillon) on keybase.
  • I have a public key ASDZWQwvDFt8CD4RuZ16MjE9FTuYBgIhXJULPU_Y7qhAFAo

To claim this, I am signing this object:

@graillus
graillus / php7
Last active June 15, 2016 13:22
PHP7 docker shortcut script (alias php7=/path/to/this/file)
#!/bin/bash
docker run --rm -ti -v $(pwd):$(pwd) -w $(pwd) php:7 php $@