mirror of
https://github.com/eddyem/lectures.git
synced 2026-03-21 09:10:57 +03:00
add 3 lectures for SFedU
This commit is contained in:
7
Komp_obr_SFedU/Materials4Pract/01/while
Executable file
7
Komp_obr_SFedU/Materials4Pract/01/while
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
while read X; do
|
||||
echo "You entered: $X"
|
||||
done
|
||||
|
||||
echo "End"
|
||||
Reference in New Issue
Block a user