mirror of
https://github.com/enduro2d/enduro2d.git
synced 2026-03-22 12:55:33 +07:00
6 lines
125 B
Bash
Executable File
6 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
SCRIPT_DIR=`dirname "$BASH_SOURCE"`
|
|
cloc \
|
|
$SCRIPT_DIR/../headers/enduro2d \
|
|
$SCRIPT_DIR/../sources/enduro2d
|