5 lines
139 B
Bash
5 lines
139 B
Bash
#!/bin/sh
|
|
OUT=./longzoro.h
|
|
touch main.c
|
|
echo "#define SERVER_VERSION \"All Blue's Saserver 8.0 "$(date +%Y年%m月%d日%H:%M:%S)"\n\"" > $OUT
|