3 lines
77 B
Bash
3 lines
77 B
Bash
|
#!/bin/sh
|
||
|
echo "#define SERVER_DIST \"`date` `whoami`@`hostname`\"" > dist.h
|