diff options
| author | Michael Forney <mforney@mforney.org> | 2020-12-04 13:03:33 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-12-04 13:20:15 -0800 |
| commit | c74479c265023dae0de75fb927e746a51ba9531e (patch) | |
| tree | 2eee1f31f933d5862a1e98ff56ecaf0ad7ca075d /pkg/skeleton | |
| parent | ac773baad12af39b210fb0835090089caa9a215e (diff) | |
Add /bin/plumb symlink to /etc/plumb
Users can then either use a custom plumb script in their path, or
edit a global one at /etc/plumb.
Diffstat (limited to 'pkg/skeleton')
| -rw-r--r-- | pkg/skeleton/gen.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/skeleton/gen.lua b/pkg/skeleton/gen.lua index 2b8d54d8..efd8dd61 100644 --- a/pkg/skeleton/gen.lua +++ b/pkg/skeleton/gen.lua @@ -1,4 +1,5 @@ dir('bin', '755') +sym('bin/plumb', '../etc/plumb') dir('boot', '755') dir('dev', '755') dir('etc', '755') |
