8 lines
131 B
Bash
Executable File
8 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Content-Type: text/plain"
|
|
echo "Custom-Attribute: abcdef"
|
|
echo
|
|
|
|
exec cat /home/hyung-hwan/projects/hawk/lib/run.c
|