mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-13 15:48:11 +07:00
8 lines
128 B
Bash
Executable File
8 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE}" )" && pwd )"
|
|
|
|
ROOT_DIR="${DIR}/.."
|
|
|
|
cloc \
|
|
"${ROOT_DIR}/sources/enduro2d"
|