Dashboard
PHP:
8.3.33
OS:
Linux
User:
bizguru
/
/
usr
/
share
/
doc
/
smartmontools
/
examplescripts
馃摛 Upload
馃摑 New File
馃搧 New Folder
Close
Editing: Example5
#!/bin/bash -e tmp=$(tempfile) cat >$tmp run-parts --report --lsbsysinit --arg=$tmp --arg="$1" \ --arg="$2" --arg="$3" -- /etc/smartmontools/run.d rm -f $tmp
Save
Cancel