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

https://github.com/songquanpeng/command-faker

An executable file generator that used to fake other programs.
https://github.com/songquanpeng/command-faker

Last synced: 5 months ago
JSON representation

An executable file generator that used to fake other programs.

Awesome Lists containing this project

README

          

# Command Faker
> An executable file generator that used to fake other programs.



license


release


release

## Basic Usages
```shell
# Specify a output name:
ls | ./faker tmp && ./tmp
# If you don't, it will output to stdout.
ls | ./faker > tmp && chmod u+x ./tmp && ./tmp
```