Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 952 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 952 Bytes

Installation

$ [sudo] pip install mktouch
$ [sudo] npm i -g mktouch

Examples

>>> import mktouch
>>> mktouch.mktouch("folder/file")
>>> mktouch.mktouch(["folder/file1","folder/file2"])
$ mktouch /tmp/not-existing-dir/file
$ ls /tmp/not-existing-dir/file
/tmp/not-existing-dir/file

readme42.com