- Timestamp:
- 09/16/10 08:45:10 (20 months ago)
- Location:
- community/eddriks
- Files:
-
- 1 deleted
- 1 edited
-
script_autoadd_screens.rb (modified) (1 diff)
-
script_generate_screens.rb (deleted)
Legend:
- Unmodified
- Added
- Removed
-
community/eddriks/script_autoadd_screens.rb
r198 r207 129 129 #error message 130 130 puts "not enougth argument : \n host - user - passwd" 131 132 count=1133 for arg in ARGV134 if arg == "" && count == 1135 puts "Please, you've to put the ip/hostname of your database for the 1st Argument"136 elsif arg == "" && count == 2137 puts "please, you've to put the user of your database for the 2nd argument"138 elsif arg == "" && count == 3139 puts "please, you've to put the password of your database for the 3rd argument"140 end141 count = count + 1142 end143 131 end 144 132
Note: See TracChangeset
for help on using the changeset viewer.