mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-25 11:39:05 +03:00
3 lines
54 B
Bash
3 lines
54 B
Bash
#!/bin/bash
|
|
set -e -x -o pipefail
|
|
echo "executing $0"
|