Class: Forcast::Jobs::JobsAssets::ClearAssests

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
lib/forcast/jobs/jobs_assets.rb

Instance Method Summary collapse

Instance Method Details

#perform(folder) ⇒ Object



10
11
12
13
14
# File 'lib/forcast/jobs/jobs_assets.rb', line 10

def perform (folder)
	system("cd #{folder}")
	#Borro ultimo archivo
	system("ls -t -r | head -1 | xargs rm")
end