mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-25 23:32:37 +03:00
reorganize homeworks structure for parts 1-3
This commit is contained in:
7
src/homework/03-sysadmin/3.1/double_square_braket.sh
Executable file
7
src/homework/03-sysadmin/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