Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 262 Bytes

File metadata and controls

16 lines (13 loc) · 262 Bytes

randomfile

Outputs a random choosen file from given dir. If no dir is given it should be the working directory.

compile:

on Linux

make

on Windows:

make spagetti

run:

on Linux

./randomfile [DIR]

on Windows:

randomfile.exe [DIR]