mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-02 19:09:13 +01:00
Remove daily-tasks.sh
This commit is contained in:
parent
e68bca293a
commit
0d5646eb57
@ -1,18 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Syntax: ./daily-tasks.sh
|
||||
# Description: execute PowerShell scripts automatically as daily tasks (Linux only)
|
||||
# copy this script to /etc/cron.daily and adapt it
|
||||
# Author: Markus Fleschutz
|
||||
# License: CC0
|
||||
|
||||
HOMEDIR=/home/mf
|
||||
# adapt this to your home directory
|
||||
|
||||
$HOMEDIR/PowerShell/Scripts/query-smart-data.ps1 $HOMEDIR
|
||||
# to query S.M.A.R.T. data of all your HDD's/SSD's
|
||||
|
||||
$HOMEDIR/PowerShell/Scripts/check-dns-resolution.ps1
|
||||
# to train the DNS cache with frequently used domain names
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user