mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
7 lines
68 B
Bash
7 lines
68 B
Bash
if a; then
|
|
if a; then
|
|
echo 1
|
|
else
|
|
echo 0
|
|
fi > a
|
|
fi |