Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sebthom/batch-functions

Collection of reusable Windows batch functions
https://github.com/sebthom/batch-functions

batch-script windows-batch-script

Last synced: about 10 hours ago
JSON representation

Collection of reusable Windows batch functions

Awesome Lists containing this project

README

        

# batch-functions

[![Build Status](https://github.com/sebthom/batch-functions/workflows/Build/badge.svg "GitHub Actions")](https://github.com/sebthom/batch-functions/actions?query=workflow%3A%22Build%22)
[![License](https://img.shields.io/github/license/sebthom/batch-functions.svg?color=blue)](LICENSE.txt)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.1%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)

1. [What is it?](#what-is-it)
1. [License](#license)

## What is it?

A collection of reusable Windows batch functions.

## License

All files are released under the [Creative Commons Zero v1.0 Universal](LICENSE.txt).

Individual files contain the following tag instead of the full license text:
```
SPDX-License-Identifier: CC0-1.0
```

This enables machine processing of license information based on the SPDX License Identifiers that are available here: https://spdx.org/licenses/.

An exception is made for:
1. files in readable text which contain their own license information, or
2. files in a directory containing a separate `LICENSE.txt` file, or
3. files where an accompanying file exists in the same directory with a `.LICENSE.txt` suffix added to the base-name of the original file.
For example `foobar.js` is may be accompanied by a `foobar.LICENSE.txt` license file.