https://github.com/zigarn/share
https://github.com/zigarn/share
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zigarn/share
- Owner: zigarn
- Created: 2017-11-27T16:34:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T15:16:16.000Z (over 1 year ago)
- Last Synced: 2025-08-13T22:02:49.725Z (10 months ago)
- Language: Shell
- Size: 369 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Used to share some files
To split files into pieces:
```shell
./split.sh file.ext
```
To join back:
```shell
./join.sh file.ext
```