aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Su.vb
blob: 260218718c776cb986a6a4e61350db39a85e0587 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Module Com_Su
    Public Sub Terminal_Su()
        If Strings.OnceInfo(0) = "Yes" Then
            NewLine("You already in root mode!")
        Else
            Strings.OnceInfo(0) = "Yes"
            Terminal_AssignPrompt()
        End If
    End Sub
End Module