diff --git a/.avalon/gen.py b/.avalon/gen.py index 17835fb..7f49990 100644 --- a/.avalon/gen.py +++ b/.avalon/gen.py @@ -4,4 +4,4 @@ filesFolder = sys.argv[2] with open(binf, 'w') as f: - f.write(f'#!/bin/bash\ncd "{filesFolder}\n"python3 "{filesFolder}/main.py" "$@"') \ No newline at end of file + f.write(f'#!/bin/bash\ncd "{filesFolder}"\n"python3 "{filesFolder}/main.py" "$@"') \ No newline at end of file