Skip to content
/ cloak Public

A command receive stdin to output temporary file and output temporary file name to stdout.

Notifications You must be signed in to change notification settings

kuwa72/cloak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

cloak

A command receive stdin to output temporary file and output temporary file name to stdout.

It's very tiny command. Just a tempname=$(mktemp);cat > $tempname;echo $tempname

About

A command receive stdin to output temporary file and output temporary file name to stdout.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages