mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-26 07:42:36 +03:00
fix answer for question about double square brackets
add script, that proves than answer
This commit is contained in:
7
src/homework/3.1/double_square_braket.sh
Executable file
7
src/homework/3.1/double_square_braket.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
[[ -d /tmp ]]
|
||||
echo $?
|
||||
|
||||
[[ -d /tmp/some-dir ]]
|
||||
echo $?
|
||||
Reference in New Issue
Block a user