C slinger by day. Recovering Rubyist. Aspiring Rustacean.
- Raleigh, NC, USA
Pinned Loading
-
Load single core from bash
Load single core from bash 1# http://stackoverflow.com/a/2443830
2while :; do : ; done
-
Recursively rename .c/.h files
Recursively rename .c/.h files 1#!/bin/bash
2for f in `find . -type f -name "*.[h|c]"`; do perl -pi -e "s/$1/$2/g" $f; done
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.