|
@ -31,6 +31,11 @@ public class HolaFichero { |
|
|
else { |
|
|
else { |
|
|
System.out.print("Linux -> "); |
|
|
System.out.print("Linux -> "); |
|
|
Sis=Linux; |
|
|
Sis=Linux; |
|
|
|
|
|
try { |
|
|
|
|
|
new HolaFichero().CreoFicheroLinux(); |
|
|
|
|
|
}catch(IOException e) { |
|
|
|
|
|
System.out.print("Error"); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
return Sis; |
|
|
return Sis; |
|
|
} |
|
|
} |
|
|