mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
commit
ad93056a17
3 changed files with 251 additions and 56 deletions
|
@ -43,57 +43,7 @@ def main(cwd=None):
|
|||
onionshare uses.
|
||||
"""
|
||||
common = Common()
|
||||
|
||||
# Display OnionShare banner
|
||||
print(f"OnionShare {common.version} | https://onionshare.org/")
|
||||
reset = "\033[0m"
|
||||
purple = "\33[95m"
|
||||
print(purple)
|
||||
print(" @@@@@@@@@ ")
|
||||
print(" @@@@@@@@@@@@@@@@@@@ ")
|
||||
print(" @@@@@@@@@@@@@@@@@@@@@@@@@ ")
|
||||
print(" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ")
|
||||
print(
|
||||
" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ___ _ "
|
||||
)
|
||||
print(
|
||||
" @@@@@@ @@@@@@@@@@@@@ / _ \\ (_) "
|
||||
)
|
||||
print(
|
||||
" @@@@ @ @@@@@@@@@@@ | | | |_ __ _ ___ _ __ "
|
||||
)
|
||||
print(
|
||||
" @@@@@@@@ @@@@@@@@@@ | | | | '_ \\| |/ _ \\| '_ \\ "
|
||||
)
|
||||
print(
|
||||
" @@@@@@@@@@@@ @@@@@@@@@@ \\ \\_/ / | | | | (_) | | | | "
|
||||
)
|
||||
print(
|
||||
" @@@@@@@@@@@@@@@@ @@@@@@@@@ \\___/|_| |_|_|\\___/|_| |_| "
|
||||
)
|
||||
print(
|
||||
" @@@@@@@@@ @@@@@@@@@@@@@@@@ _____ _ "
|
||||
)
|
||||
print(
|
||||
" @@@@@@@@@@ @@@@@@@@@@@@ / ___| | "
|
||||
)
|
||||
print(
|
||||
" @@@@@@@@@@ @@@@@@@@ \\ `--.| |__ __ _ _ __ ___ "
|
||||
)
|
||||
print(
|
||||
" @@@@@@@@@@@ @ @@@@ `--. \\ '_ \\ / _` | '__/ _ \\"
|
||||
)
|
||||
print(
|
||||
" @@@@@@@@@@@@@ @@@@@@ /\\__/ / | | | (_| | | | __/"
|
||||
)
|
||||
print(
|
||||
" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ \\____/|_| |_|\\__,_|_| \\___|"
|
||||
)
|
||||
print(" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ")
|
||||
print(" @@@@@@@@@@@@@@@@@@@@@@@@@ ")
|
||||
print(" @@@@@@@@@@@@@@@@@@@ ")
|
||||
print(" @@@@@@@@@ ")
|
||||
print(reset)
|
||||
common.display_banner()
|
||||
|
||||
# OnionShare CLI in OSX needs to change current working directory (#132)
|
||||
if common.platform == "Darwin":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue