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