We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3cba93 commit 625ee02Copy full SHA for 625ee02
world/venus/.init
@@ -16,6 +16,7 @@ planet = random.choice(planets_path.read_text().strip().splitlines())
16
17
template = string.Template(launch_template_path.read_text())
18
launch_path.write_text(template.safe_substitute(planet=planet))
19
+launch_path.chmod(0o4755)
20
21
launch_template_path.unlink()
22
planets_path.unlink()
world/venus/_0/takeoff
@@ -1,4 +1,4 @@
1
-#!/opt/pwn.college/python
+#!/usr/local/bin/python
2
3
import sys
4
world/venus/_1/takeoff
0 commit comments