Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 547 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 547 Bytes

About

This programm cleans up Windows files like Thumbs.db and desktop.ini. But why? Imagine you copied some files from your Windows to your Linux/BSD machine. Of course you don't need these files. This is why this tool removes them! But why not using a simple shell command for that? Just because I had much fun to implement this in C :).

Build

$ mkdir build
$ cd build
$ cmake ..
$ make

Install

$ sudo make install

Author

Copyright (C) 2015 Kurt Kanzenbach kurt@kmk-computers.de

License

GPL v3