aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7a46c0d8edaad5ed27680f25d5263222f8b72bbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
bgstack15