mirror of
https://github.com/gwebu-team/profile.d.git
synced 2025-12-07 11:55:48 +00:00
7 lines
152 B
Bash
7 lines
152 B
Bash
if [ "${BASH_SOURCE-}" = "$0" ]; then
|
|
echo -e "You must source this script:\n\tsource $0" >&2
|
|
exit 33
|
|
fi
|
|
|
|
TIME_STYLE=long-iso
|
|
export TIME_STYLE
|