Skip to content

Instantly share code, notes, and snippets.

View jsahlen's full-sized avatar

Johan Sahlén jsahlen

  • Oktavilla
  • Stockholm, Sweden
View GitHub Profile
#!/usr/bin/ruby
require 'fileutils'
outdir = ENV['HOME']+"/Desktop"
project = File.basename `pwd`.strip
pwd = `pwd`.strip
@php = `which php`.strip
outdir += "/#{project}_compiled"