GPC
Home
Intro
OpenGL
Raytracing
Gamedev
Software
Theory
References
← Cook-Torrance
↑ References ↑
C++ Snippets →
Chapter 72: Bash Snippets
Use a file as the arguments for some program
./raytrace
$(
< /some/path/to/files/p1/test6.args
)
>
mytest6.out
← Cook-Torrance
↑ References ↑
C++ Snippets →