Lab3 wu
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
from grequests import Session
|
from grequests import Session
|
||||||
from sys import argv
|
|
||||||
from os import fork
|
from os import fork
|
||||||
|
|
||||||
BASE = "http://mustard.stt.rnl.tecnico.ulisboa.pt:25652"
|
BASE = "http://mustard.stt.rnl.tecnico.ulisboa.pt:25652"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
while [ 1 -eq 1 ]; do
|
while [ 1 -eq 1 ]; do
|
||||||
ln -s ./input ./link
|
ln -fs ./input ./link
|
||||||
ln -s /challenge/flag ./link
|
ln -fs /challenge/flag ./link
|
||||||
done
|
done
|
||||||
|
|||||||
Submodule pa/writeups updated: a67c3913db...1b7eaa9a45
Reference in New Issue
Block a user