Skip to content

Extensions to enable simple `stdout` and `stderr` usage.

Notifications You must be signed in to change notification settings

rjstelling/StandardStreams.swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

StandardStreams.swift

Extensions to enable simple stdout and stderr usage.

If this will not run with an "exec: Operation not permitted" error, try running:

$ xattr -d com.apple.quarantine /path/to/StandardStreamsDemo.command

Setting execute permissions:

$ chmod 755 StandardStreamDemo.command 

Run the demo:

$ ./StandardStreamDemo.command 

Run the demo, and redirect stdout to a file

$ ./StandardStreamDemo.command > output.txt

About

Extensions to enable simple `stdout` and `stderr` usage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages