19/05/2023: A causa di un errore sono stati cancellati, insieme ad account creati da bot, alcuni account legittimi. Si prega di leggere qui: https://www.gambas-it.org/smf/index.php?topic=9733.0
SHELL "gksudo echo quello_che_devi_scrivere\n >> etc/file"
DIM hfile AS file hfile = OPEN "/etc/apt/sources.list" FOR APPEND SHELL " gksudo echo --|sudo tee -a /etc/apt/sources.list " WAIT PRINT #hFile, TextBox1.text END
SHELL "gksudo echo " & textarea3.text & " >> /etc/apt/sources.list"