5 lines
108 B
Bash
Executable File
5 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
cd /opt/bde
|
|
echo "Checkt Limits `pwd` at `date`" >> /var/log/bde/limits.log
|
|
python3 ./limits.py
|