7 lines
95 B
Bash
7 lines
95 B
Bash
|
#!/usr/bin/env watchman
|
||
|
# Config for devfs-links
|
||
|
|
||
|
cfg_links=(
|
||
|
'/proc/self/fd;/dev/fd'
|
||
|
)
|