From 0a1041044141ddbda0c67602e70fe8894e7430fd Mon Sep 17 00:00:00 2001 From: Nicholas Date: Sun, 7 Nov 2021 11:43:28 -0800 Subject: config changes for laptop --- bin/updatedirs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/updatedirs') diff --git a/bin/updatedirs b/bin/updatedirs index 1ec2e25..cde7a6b 100755 --- a/bin/updatedirs +++ b/bin/updatedirs @@ -1,8 +1,7 @@ #!/bin/python - import os -ROOT = "/home/nolln/root" +ROOT = "/home/nolln/u" SRCS = ["src", "sys"] BUILD = ".build" TEST = ".test" -- cgit v1.2.1