Files
research-portable-memory/v4/translate-py-cxx
2024-05-03 15:00:39 +03:00

8 lines
164 B
Bash
Executable File

#!/bin/bash
DIR=$(cd "$(dirname "$0")" ; pwd -P)
TR=$DIR/tPythonC++/translate
$TR $DIR/memory.py > $DIR/memory.cpp
$TR $DIR/memory_test.py > $DIR/memory_test.cpp