summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Taylor <jackson@jacksontaylor.xyz>2021-11-08 18:05:06 -0500
committerJackson Taylor <jackson@jacksontaylor.xyz>2022-04-05 16:51:49 -0400
commit1c50624f69180734d35c5ec377d67ad8f3ef1f3e (patch)
tree0ac3466591342d18126fda926e0f4ff8cda4b4b7
parent61998e05c013978605d09b54e73d16a581548b32 (diff)
Remove unecessary scripts
-rwxr-xr-xinitial_sorter4
-rwxr-xr-xsorter4
-rwxr-xr-xsync_libraries4
3 files changed, 0 insertions, 12 deletions
diff --git a/initial_sorter b/initial_sorter
deleted file mode 100755
index c23e5a7..0000000
--- a/initial_sorter
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/python3
-
-if __name__ == "__main__":
- print("Initial Sorter!")
diff --git a/sorter b/sorter
deleted file mode 100755
index 82aab3a..0000000
--- a/sorter
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/python3
-
-if __name__ == "__main__":
- print("Sorter!")
diff --git a/sync_libraries b/sync_libraries
deleted file mode 100755
index 6a86399..0000000
--- a/sync_libraries
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/python3
-
-if __name__ == "__main__":
- print("Syncing Libraries!")