9 lines
129 B
Bash
9 lines
129 B
Bash
#!/usr/bin/env bash
|
|
set -eo pipefail
|
|
|
|
#
|
|
# Script that publishes the set up script for new installations.
|
|
#
|
|
|
|
echo "Publishing..."
|