Skip to content

Instantly share code, notes, and snippets.

View medyagh's full-sized avatar

Medya Ghazizadeh medyagh

  • Google
  • Asteroid B612
View GitHub Profile
@kplimack
kplimack / -
Last active August 29, 2015 14:14
some_resource 'derp' do
only_if "test -d /derp/derp && -L /derp/derp" # is a dir and a symlink
only_if "test -d /derp/derp && ! -L /derp/derp" # is a dir and not a symlink
end