mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-13 07:45:39 +07:00
4 lines
84 B
Bash
Executable File
4 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
SCRIPT_DIR=`dirname "$BASH_SOURCE"`
|
|
cloc $SCRIPT_DIR/../untests/sources
|