Skip to content

Instantly share code, notes, and snippets.

View RohitRox's full-sized avatar
🎯
Focusing

Rohit Joshi RohitRox

🎯
Focusing
View GitHub Profile
@RohitRox
RohitRox / remove_ds_store_files.sh
Created March 25, 2019 13:58 — forked from jls/remove_ds_store_files.sh
Remove all of the .DS_Store files in the current directory and all sub directories.
find ./ -type f | grep .DS_Store | xargs rm
@RohitRox
RohitRox / Readme.md
Last active December 9, 2022 14:42 — forked from pdincau/readme.md
Study Path on microservices