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