TP Shell Suite
This commit is contained in:
10
Sio1/SISR1/40-BashEtShell/crsamba1
Executable file
10
Sio1/SISR1/40-BashEtShell/crsamba1
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -u
|
||||
|
||||
fich=users.txt
|
||||
while read ligne
|
||||
do
|
||||
echo "${ligne}"
|
||||
done < $fich
|
Reference in New Issue
Block a user