4 lines
81 B
Text
4 lines
81 B
Text
|
|
import sys.execute
|
||
|
|
|
||
|
|
execute( if $os.startsWith('Windows') then 'dir' else 'ls' )
|