Skip to content

Instantly share code, notes, and snippets.

@tr-github
tr-github / install-common-packages.sh
Last active February 15, 2016 00:39
APT-CYG Common/Initial packages
#!/bin/bash
#
# Cygwin packages
#
packages=(
curl
cygutils
grep
@tr-github
tr-github / ShellHelper.sh
Last active August 29, 2015 13:59
ShellHelper.php (cygwin)
<?php
namespace Teq\Helpers;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Process\Process;
class ShellHelper
{
const CHAR_SAMELINE = "\x0D";