From 69184fc79a3150c085b9e5181bf38dc9fcd38fde Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Sun, 30 May 2021 17:36:19 -0400 Subject: [PATCH] clean up root --- it/it | 3 +++ it/{ => src}/!.py | 0 it/{ => src}/Q.py | 0 it/{ => src}/buffer.py | 0 it/{ => src}/dot.py | 0 it/{ => src}/exit.py | 0 it/{ => src}/f.py | 0 it/{ => src}/hello_world.py | 0 it/{ => src}/i.py | 0 it/{ => src}/it.py | 0 it/{ => src}/p.py | 0 it/{ => src}/parse_command.py | 0 it/{ => src}/q.py | 0 it/{ => src}/saved.py | 0 14 files changed, 3 insertions(+) create mode 100755 it/it rename it/{ => src}/!.py (100%) rename it/{ => src}/Q.py (100%) rename it/{ => src}/buffer.py (100%) rename it/{ => src}/dot.py (100%) rename it/{ => src}/exit.py (100%) rename it/{ => src}/f.py (100%) rename it/{ => src}/hello_world.py (100%) rename it/{ => src}/i.py (100%) rename it/{ => src}/it.py (100%) rename it/{ => src}/p.py (100%) rename it/{ => src}/parse_command.py (100%) rename it/{ => src}/q.py (100%) rename it/{ => src}/saved.py (100%) 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