forked from milindverma13/docker_user_interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathremote_start.py
More file actions
24 lines (22 loc) · 1.09 KB
/
remote_start.py
File metadata and controls
24 lines (22 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
import os
import subprocess as sp
import time
########################################## START #####################################################
def remote_start():
os.system("clear && tput setaf 8")
print('''
@@@
@@@
@@@@@@@@@@@ 0 @@@@@@@ @@@ @@@ @@@@@@@@@@@
@@@@@@@@@@@ 000 @@@@@@@@@ @@@ @@@ @@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@ 00000 _____ @@@ @@@ @@@ @@@ @@@ ########
@@@@@@@@@@@@@@@@@@@ 0000000000 @@@ @@@ @@@ @@@ @@@ # @@@@ #
000000000000000000000000000000^00o^ @@@ @@@ @@@ @@@ @@@ # @ @ #
00000000000000000000000000000 @@@ @@@ @@@ @@@ @@@ # @@@@ #
00000000 (@) 00000000000000 @@@ @@@ @@@ @@@ @@@ # @ @ #
000000000000000000000000 @@@@@@@@@ @@@@@@@@@@@ @@@@@@@@@@@ # @ @ #
0000000000000000000 @@@@@@@ @@@@@@@ @@@@@@@@@@@ ########
0000000000000
^^^^^^^
''')
os.system("tput setaf 15")