14 lines
403 B
PHP
14 lines
403 B
PHP
;STRINGS -------------------------
|
|
FshName: .db "Fsh SHell", 0
|
|
FshBy: .db "By pixiys", 0
|
|
FshSite: .db "stephenltoth.com/fsh-shell", 0
|
|
PS1: .db "FSH> ", 0
|
|
FshVVars: .db "64w", 0
|
|
FshVMajor: .db "0", 0
|
|
FshVMinor: .db "1", 0
|
|
FshVPatch: .db "0", 0
|
|
FshVBuild: .db "490", 0
|
|
FshVSeparator: .db ".", 0
|
|
FshMotd2nd: .db "Press 2nd for numbers", 0
|
|
FshMotdHelp: .db "Type 'HELP' for help", 0
|