mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-17 04:36:57 +00:00
fix README, fix links, and fix "read documentation" lines
This commit is contained in:
parent
222d27a2d0
commit
fa9f735db4
17 changed files with 485 additions and 908 deletions
13
scripts/test.py
Normal file
13
scripts/test.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
import sys
|
||||
def main():
|
||||
print(sys.argv, len(sys.argv))
|
||||
option=''
|
||||
if len(sys.argv) == 2:
|
||||
print("option = ", sys.argv[1])
|
||||
option=sys.argv[1]
|
||||
|
||||
print("option =", option)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue