5 lines
104 B
Bash
Executable file
5 lines
104 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
# shellcheck disable=SC1091
|
|
source /usr/local/lib/marshall_installer
|
|
install "xtail"
|