nissy-core

The "engine" of nissy, including the H48 optimal solver.
git clone https://git.tronto.net/nissy-core
Download | Log | Files | Refs | README | LICENSE

commit 1d93860c6f6d3fdbdddabdcd870ef0f8b6e47c81
parent 3d6bc090c87a19c358a8b9025d3a2b62d77ab433
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Tue, 29 Jul 2025 08:22:45 +0200

Fix container run

Diffstat:
Mcontainer-run.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/container-run.sh b/container-run.sh @@ -69,7 +69,7 @@ EOF docker build "$platform" -f "$dockerfile" -t "$image" . rm "$dockerfile" -if [ -z "$2" ]; then +if [ -z "$1" ]; then docker run $flags $mount "$platform" -it "$image" /bin/sh else docker run $flags $mount "$platform" -t "$image" $@