An open API service indexing awesome lists of open source software.

https://github.com/sammcj/scripts

misc scripts
https://github.com/sammcj/scripts

Last synced: 6 months ago
JSON representation

misc scripts

Awesome Lists containing this project

README

          

# scripts

misc scripts

Note: Worth checking out [.gitignore](.gitignore) as it's a template for my general .gitignore I use often.
It can be made default (global) by running the following command (assuming it resides in ~/git/scripts/.gitignore):

```bash
git config --global core.excludesfile ~/git/scripts/.gitignore
```