5 lines
96 B
Bash
5 lines
96 B
Bash
#!/usr/bin/env bash
|
|
set -xe
|
|
|
|
echo "Deprecation Warning: this script should not be used anymore"
|