mirror of
https://github.com/enduro2d/enduro2d.git
synced 2026-01-06 11:51:00 +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/../samples/sources
|