4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
awk -F'"' '/global\.force_define\(/ { print $2 }' $1 | sort | uniq
|