9 lines
70 B
Bash
9 lines
70 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
initialisation(){
|
||
|
read res
|
||
|
if[$res == ]
|
||
|
then
|
||
|
else
|
||
|
fi
|
||
|
}
|