This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// custom/Espo/Custom/Jobs/CleanupEmails.php | |
namespace Espo\Custom\Jobs; | |
class CleanupEmails extends \Espo\Core\Jobs\Base | |
{ | |
public function run() | |
{ | |
$this->cleanupEmails(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env pwsh | |
<# | |
.SYNOPSIS | |
BoxStarter script to configure Windows 10 PC. | |
.DESCRIPTION | |
Boxstarter repeats the _entire_ script after restart. | |
When completed you shoud Restart-Computer to ensure UAC is enabled. | |
Allow local PowerShell scripts to run: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env pwsh | |
<# | |
.SYNOPSIS | |
BoxStarter script to configure Windows 10 PC. | |
.DESCRIPTION | |
Boxstarter repeats the _entire_ script after restart. | |
When completed you shoud Restart-Computer to ensure UAC is enabled. | |
Allow local PowerShell scripts to run: |