diff options
Diffstat (limited to 'graphs/piscine/glob_easy/glob_easy.sh')
| -rwxr-xr-x | graphs/piscine/glob_easy/glob_easy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphs/piscine/glob_easy/glob_easy.sh b/graphs/piscine/glob_easy/glob_easy.sh new file mode 100755 index 0000000..b6ae028 --- /dev/null +++ b/graphs/piscine/glob_easy/glob_easy.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +echo $1/*.[A-Za-z][A-Za-z] |
