
task :create_s1f1 do
    sys.touch "s1f1"
end

task :insub1_s1f1 do
    sys.touch "s1f1"
end

task :clean do
    sys.rm_f %w(s1f1)
end
