aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 0 insertions, 12 deletions
diff --git a/README b/README
deleted file mode 100644
index d3f808e..0000000
--- a/README
+++ /dev/null
@@ -1,12 +0,0 @@
-asdf
-Myautomount was translated to shell almost line-for-line from Go source at https://github.com/project-trident/trident-utilities/blame/master/src-go/automount/main.go but then it diverged.
-
-TODO:
-write makefile
-write full dependencies (including gtk3)
-
-# TESTING AND BUILDING
-Use environment variable MYA_PREFIX for testing.
-
- export MYA_PREFIX=~/dev/myautomount/src
- sudo DEBUG=1 MYA_PREFIX=~/dev/myautomount/src sh -x usr/libexec/myautomount/myautomount-initialize.sh
bgstack15