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 shell-scripts ubuntu unix utility
Last synced: 10 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-06T04:40:41.000Z (10 months ago)
- Last Synced: 2025-04-06T05:23:46.608Z (10 months ago)
- Topics: bashrc, bashrc-configs, cli, debian, golang, profile, run-parts, shell, shell-scripts, ubuntu, unix, utility
- Language: Go
- Homepage:
- Size: 73.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/alessio/runparts)
[](https://github.com/alessio/runparts/blob/master/LICENSE)
[](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.
# Installation
Just
```
go install al.essio.dev/cmd/runparts@latest
```