[Gambas-user] IDE Default language for new projects

Martin mbelmonte at belmotek.net
Wed Jan 25 00:23:08 CET 2023


El 24/1/23 a las 23:49, Martin escribió:

I have also tried this but it doesn't work either:

s = "#!/bin/bash\n"
s &= "LANG='fr_FR.UTF-8'" & " " & Shell$(/usr/bin/gambas3) & " " & 
Shell$(/home/user/test) & "\n"
If Exist(User.Home &/ "run.sh") Then
   Shell "rm " & User.Home &/ "run.sh" Wait
Endif

File.Save(User.Home &/ "run.sh", s)
Shell "chmod u+x " & User.Home &/ "run.sh" Wait
Shell User.Home &/ "run.sh"




More information about the User mailing list