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

https://github.com/daisuke-t-jp/macoscommandlineexample

macOS CommandLine Example
https://github.com/daisuke-t-jp/macoscommandlineexample

commandline cui macos

Last synced: 8 months ago
JSON representation

macOS CommandLine Example

Awesome Lists containing this project

README

          

# macOSCommandLineExample

## Overview
1. Get input from console (Standard Input)
1. Interpret input and execute command
1. Output result and error (Standard Output / Standard Error)
1. Repeat