Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alessio/runparts
Golang implementation of the Debian's run-parts command
https://github.com/alessio/runparts
bashrc bashrc-configs cli debian golang profile run-parts shell-scripts ubuntu unix utility
Last synced: 21 days ago
JSON representation
Golang implementation of the Debian's run-parts command
- Host: GitHub
- URL: https://github.com/alessio/runparts
- Owner: alessio
- License: mit
- Created: 2020-03-05T14:02:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T21:00:11.000Z (3 months ago)
- Last Synced: 2024-08-16T21:47:51.866Z (3 months ago)
- Topics: bashrc, bashrc-configs, cli, debian, golang, profile, run-parts, shell-scripts, ubuntu, unix, utility
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
[![Go Report Card](https://goreportcard.com/badge/github.com/alessio/runparts)](https://goreportcard.com/report/github.com/alessio/runparts)
[![license](https://img.shields.io/github/license/alessio/runparts.svg)](https://github.com/alessio/runparts/blob/master/LICENSE)
[![LoC](https://tokei.rs/b1/github/alessio/runparts)](https://github.com/alessio/runparts)# runparts
Run scripts or programs in a directory.This is a Go implementation of the `run-parts` command
shipped with the Debian [debianutils package](https://tracker.debian.org/pkg/debianutils).The original program is written in C. Its source code can be found [here](https://salsa.debian.org/debian/debianutils/-/tree/master).
This implementation aims to be as compatible as possible with the original program
shipped with the Debian distribution's original package. This program has not been
tested on Windows systems.
# InstallationJust
```
go install al.essio.dev/cmd/runparts@latest
```