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