Skip to content

Instantly share code, notes, and snippets.

@bishless
bishless / wp-mailhog.php
Created June 2, 2017 23:03
Configure WordPress on Valet to use MailHog
<?php
/**
* @link
* @since 1.0.0
* @package TODO
*
* @wordpress-plugin
* Plugin Name: Use MailHog
* Description: Configure WordPress on Valet to use MailHog
* Version: 1.0.0
@eribeiro
eribeiro / mark-del.sh
Created August 17, 2012 03:24
Mark files that were manually deleted as deleted by SVN
# Register all files that were manually delete on SVN as deleted (sync)
#!/bin/bash
svn status | grep "^\!" | sed 's/^\! *//g' | xargs svn rm