4 lines
97 B
Bash
Executable file
4 lines
97 B
Bash
Executable file
#!/bin/bash
|
|
# shellcheck disable=SC1091
|
|
source /usr/local/lib/marshall_installer
|
|
install "xtail"
|