6 lines
67 B
Bash
6 lines
67 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
p1=mystere
|
||
|
p2=23
|
||
|
mystere23="cat /etc/passwd | wc -c "
|