Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 181 Bytes

README.org

File metadata and controls

12 lines (8 loc) · 181 Bytes

Vendors

Collection of simple tools I use.

Build

shell

cp shell/*.sh build/ && cd build/
for file in $(ls); do mv $file ${file%.*}; done