Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moe-sushi/file-static
file static binary for aarch64, armv7, x86_64, i386 and riscv64
https://github.com/moe-sushi/file-static
Last synced: 26 days ago
JSON representation
file static binary for aarch64, armv7, x86_64, i386 and riscv64
- Host: GitHub
- URL: https://github.com/moe-sushi/file-static
- Owner: Moe-sushi
- Created: 2024-10-27T12:44:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T14:43:49.000Z (2 months ago)
- Last Synced: 2024-11-10T15:33:35.170Z (2 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README!!
`file` command needs an extra file that defines magic info of file types,
so that the `file` command actually calls `file-static` (the real file command) with `--magic-file magic.mgc` argument, so that `file-static` knows where to read `magic.mgc`.
So, you need to install `file` `file-static` and `magic.mgc` to the same folder in your $PATH.