4 lines
66 B
Bash
4 lines
66 B
Bash
|
#! /bin/sh
|
||
|
echo "This account is currently not available."
|
||
|
exit 1
|