6 lines
40 B
Text
6 lines
40 B
Text
|
|
Public Sub Main()
|
||
|
|
|
||
|
|
Shell "ls -aul"
|
||
|
|
|
||
|
|
End
|