aboutsummaryrefslogtreecommitdiff
path: root/bin/updatedirs
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-07 11:43:28 -0800
committerNicholas <nbnoll@eml.cc>2021-11-07 11:43:28 -0800
commit0a1041044141ddbda0c67602e70fe8894e7430fd (patch)
tree1cba0e61e397f55218a90e04df5423f75dae4409 /bin/updatedirs
parent5d1e21d28a93415b66401d27a30ee8eb6b2b66a8 (diff)
config changes for laptop
Diffstat (limited to 'bin/updatedirs')
-rwxr-xr-xbin/updatedirs3
1 files changed, 1 insertions, 2 deletions
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"