This website requires JavaScript.
Explore
Help
Sign In
vecna
/
lox
mirror of
https://gitlab.torproject.org/vecna/lox.git
Watch
1
Star
0
Fork
You've already forked lox
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0fd815951c
lox
/
crates
/
lox-library
/
run-lox.sh
3 lines
64 B
Bash
Raw
Normal View
History
Unescape
Escape
Added Dockerfile and build scripts for PETS2023
2022-08-14 20:31:09 -04:00
#!/bin/bash
Touch up the docker environment
2022-08-17 10:20:12 -04:00
docker run --name lox --rm -it lox:latest /bin/bash