This file contains 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
#!/bin/sh | |
find ~/.bay-of-plenty/networks -name CURRENT|xargs -I% dirname % | xargs -I% rm -rf % |
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am regular on github. | |
* I am regular (https://keybase.io/regular) on keybase. | |
* I have a public key whose fingerprint is 46CE A154 1AA9 675F 5A1B C272 FA9C 3566 AE53 56B2 | |
To claim this, I am signing this object: |
This file contains 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
// require.js | |
// a browser-side implementation of require() | |
// (c) 2010 Jan Bölsche <[email protected]> | |
// See my blog post at http://blog.lagomorph.de/2010/11/require-requirements | |
// This code is licenced under the terms of the GPL (any version you prefer) | |
// requires JQuery. | |
var moduleExports = {}; // hash of hashes, stores exported objects of all loaded modules |