5 lines
82 B
Bash
5 lines
82 B
Bash
#!/bin/bash
|
|
|
|
SCRIPT_PATH="/usr/local/bin/helpers"
|
|
|
|
source "${SCRIPT_PATH}/log.sh"
|