mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
4 lines
56 B
Bash
4 lines
56 B
Bash
#!/bin/sh
|
|
|
|
sed 's#^.*[ \t]\([^ \t]*\);.*$#\tOUT(\1);#g'
|