Skip to content

Instantly share code, notes, and snippets.

View krymen's full-sized avatar

Krzysztof Menżyk krymen

  • Wrocław, Poland
View GitHub Profile
@krymen
krymen / phing
Created November 21, 2012 11:16
Phing bash completion
# /etc/bash_completion.d/phing
_phing () {
local cur prev
COMPREPLY=()
buildfile=build.xml
_get_comp_words_by_ref cur prev
[ ! -f $buildfile ] && return 0
<?php
echo "2" . print("5php5") + "3";
File no2