-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.ps1
34 lines (27 loc) · 1.46 KB
/
init.ps1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# use this file to define global variables on module scope
# or perform other initialization procedures.
# this file will not be touched when new functions are exported to
# this module.
Write-Host -ForegroundColor Yellow @"
##########################################################################
# #
# ) ( ( ) ) #
# ( /( )\ ) * ) ( )\ ) ( /( ( ) ( /( #
# )\())(()/(` ) /( )\ (()/( )\()) )\ ) ) ( /( )\()) #
# ((_)\ /(_))( )(_))((((_)( /(_))((_)\ (()/( ( )\())((_)\ #
# __((_)(_)) (_(_()) )\ _ )\ (_)) ((_) /(_))_ )\ '((_)\ _((_) #
# \ \/ /|_ _||_ _| (_)_\(_)/ __| / _ \ (_)) __| _((_)) | |(_)| || | #
# > < | | | | / _ \ \__ \ | (_) | | (_ || ' \()| '_ \| __ | #
# /_/\_\|___| |_| /_/ \_\ |___/ \___/ \___||_|_|_| |_.__/|_||_| #
# #
##########################################################################
Author: Markus Hupfauer
Copyright: XITASO GmbH
License: MIT License (see license.txt)
Mail (private): [email protected]
Mail (business): [email protected]
Website: https://xitaso.com
Version: 0.9.4
"@
Write-Host -ForegroundColor Red "IMPORTANT: You have to call Start-MigrationEnv before anything else"