diff --git a/it/it b/it/it new file mode 100755 index 0000000..de0f4b9 --- /dev/null +++ b/it/it @@ -0,0 +1,3 @@ +#!/bin/sh + +python3 src/it.py "$@" diff --git a/it/!.py b/it/src/!.py similarity index 100% rename from it/!.py rename to it/src/!.py diff --git a/it/Q.py b/it/src/Q.py similarity index 100% rename from it/Q.py rename to it/src/Q.py diff --git a/it/buffer.py b/it/src/buffer.py similarity index 100% rename from it/buffer.py rename to it/src/buffer.py diff --git a/it/dot.py b/it/src/dot.py similarity index 100% rename from it/dot.py rename to it/src/dot.py diff --git a/it/exit.py b/it/src/exit.py similarity index 100% rename from it/exit.py rename to it/src/exit.py diff --git a/it/f.py b/it/src/f.py similarity index 100% rename from it/f.py rename to it/src/f.py diff --git a/it/hello_world.py b/it/src/hello_world.py similarity index 100% rename from it/hello_world.py rename to it/src/hello_world.py diff --git a/it/i.py b/it/src/i.py similarity index 100% rename from it/i.py rename to it/src/i.py diff --git a/it/it.py b/it/src/it.py similarity index 100% rename from it/it.py rename to it/src/it.py diff --git a/it/p.py b/it/src/p.py similarity index 100% rename from it/p.py rename to it/src/p.py diff --git a/it/parse_command.py b/it/src/parse_command.py similarity index 100% rename from it/parse_command.py rename to it/src/parse_command.py diff --git a/it/q.py b/it/src/q.py similarity index 100% rename from it/q.py rename to it/src/q.py diff --git a/it/saved.py b/it/src/saved.py similarity index 100% rename from it/saved.py rename to it/src/saved.py