commit 7e21fe6db6c08000cbfebc30c15bb3957ce57c79 Author: Daniela_M Date: Sun Dec 14 07:37:44 2025 +0000 Display files name diff --git a/playground/dragon.txt b/playground/dragon.txt new file mode 100644 index 0000000..f8e1e74 --- /dev/null +++ b/playground/dragon.txt @@ -0,0 +1 @@ +fire diff --git a/playground/empty.txt b/playground/empty.txt new file mode 100644 index 0000000..e69de29 diff --git a/playground/fun.sh b/playground/fun.sh new file mode 100644 index 0000000..e52a8ca --- /dev/null +++ b/playground/fun.sh @@ -0,0 +1,7 @@ +#! /bin/bash +echo "Robotul analizaeaza fisierele..." +for i in * +do + echo "File: $f" +done + diff --git a/playground/magic.sh b/playground/magic.sh new file mode 100644 index 0000000..2f08be9 --- /dev/null +++ b/playground/magic.sh @@ -0,0 +1 @@ +echo hello