From 5c3a8832ee7e4cd4c613d2af947ddfff9aac8d06 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 26 Sep 2020 21:40:46 -0400 Subject: add license texts, add user config to trayicon --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..7a46c0d --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Overview +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](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) +write better readme +write man pages + +# 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 -- cgit