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<><59>%m<><6D>%d<><64>%H:%M:%S)"\n\"" > $OUT
|