Skip to content

Instantly share code, notes, and snippets.

View kaistaerk's full-sized avatar

Kai Stärk kaistaerk

View GitHub Profile
#!/bin/sh
# Change to temp dir
cd /tmp
# Install php dev package if not installed
apt-get install php-dev
# Download last mailparse version
pecl download mailparse