1
Fork 0

add forgotten \

This commit is contained in:
Motiejus Jakštys 2024-11-05 06:18:08 +02:00
parent 659176e021
commit 0a36e97097
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ $ docker run -ti --rm \
-v ~/code:/x \
-v /home/$USER/.cache/zig:/home/$USER/.cache/zig \
-w /x \
zig-repro
zig-repro \
sh -c "useradd -m -s /bin/bash $USER && cd zig && su $USER; bash"
$ ../zig-repro/run
```