Verify Permissions
diskutil verifyPermissions /
Repair Permissions
diskutil repairPermissions /
| print("UPDATE AUG 2023: this script is beyond old and broken") | |
| print("You may find interesting and more up to date resources in the comments of the gist") | |
| exit() | |
| from slacker import Slacker | |
| import json | |
| import argparse | |
| import os | |
| # This script finds all channels, private channels and direct messages |
| <?php | |
| namespace Acme\DemoBundle\EventListener; | |
| use Symfony\Component\Routing\RouterInterface; | |
| class ConsoleListener | |
| { | |
| /** | |
| * @var RouterInterface |