Skip to content

Commit

Permalink
atmo_support work - in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
seungjin committed Jun 21, 2011
1 parent 6ad3632 commit e6fe52b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions tools/atmo_support
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
#!/usr/env ruby

module Atmo_support


# get atmoingo




# get app list and version

app_list = Array.new()
app_list = [
"/usr/sbin/atmo_boot",
"/usr/sbin/atmo_init"
]


def check_app_version()

end

def check_app_availability()

if File.exist?(file)

end

end

def zip_folder()


end

puts "hello worl"

end #module end

0 comments on commit e6fe52b

Please sign in to comment.