4 lines
82 B
Bash
4 lines
82 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
ctags -R --fields=+n jni/ ../../../../usr/include/freetype2 ../ewol/
|