Skip to content

Instantly share code, notes, and snippets.

View peshi's full-sized avatar

Roland Ekström peshi

  • Peshi AB
  • Sweden
View GitHub Profile
<?php
namespace Acme\DemoBundle\DBAL\Type;
use Doctrine\DBAL\Types\Type;
use Doctrine\DBAL\Platforms\AbstractPlatform;
/**
* Class SemicolonArrayType represents an array of values that will be persisted as a string of semicolon-separated strings.
*
#!/bin/sh
# Download and build OS X Mavericks XNU Source
if [ ! -d "dtrace-118" ]; then
curl -O http://opensource.apple.com/tarballs/dtrace/dtrace-118.tar.gz
tar zxf dtrace-118.tar.gz
rm dtrace-118.tar.gz
fi
if [ ! -d "AvailabilityVersions-6" ]; then
curl -O http://opensource.apple.com/tarballs/AvailabilityVersions/AvailabilityVersions-6.tar.gz
tar zxf AvailabilityVersions-6.tar.gz