4 lines
33 B
Text
4 lines
33 B
Text
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
cron -f -L 15
|