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