# File lib/whiskey_disk.rb, line 200
  def if_file_present(path, cmd)
    "if [ -e #{path} ]; then #{cmd}; fi"
  end