Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.