Просмотр исходного кода

Simple bash filewatching with MAIL variables

It's less-intrusive than puts/printf and has no dependencies,
handy for Solaris users like myself.
pull/83/head
Luke Bonanomi 5 лет назад
Родитель
Сommit
c6518919c2
1 измененных файлов: 6 добавлений и 0 удалений
  1. +6
    -0
      README.md

+ 6
- 0
README.md Просмотреть файл

@@ -1256,6 +1256,12 @@ for ((i=5; i<=10; ++i)) ; do printf '%02d\n' $i ; done
# alternative: seq -w 5 10
```

###### Simple Bash Filewatching

```bash
unset MAIL; export MAILCHECK=1; export MAILPATH='$FILE_TO_WATCH?$MESSAGE'
```

___

##### Tool: [mount](https://en.wikipedia.org/wiki/Mount_(Unix))


Загрузка…
Отмена
Сохранить