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