From 61998e05c013978605d09b54e73d16a581548b32 Mon Sep 17 00:00:00 2001 From: Jackson Taylor Date: Sat, 22 May 2021 21:20:44 -0400 Subject: Initial commit --- sync_libraries | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 sync_libraries (limited to 'sync_libraries') diff --git a/sync_libraries b/sync_libraries new file mode 100755 index 0000000..6a86399 --- /dev/null +++ b/sync_libraries @@ -0,0 +1,4 @@ +#!/usr/bin/python3 + +if __name__ == "__main__": + print("Syncing Libraries!") -- cgit v1.2.3