I hereby claim:
- I am zumwalt on github.
- I am zumwalt (https://keybase.io/zumwalt) on keybase.
- I have a public key ASDbV9vAwUtbaSGSUwbqOQPDYn4AC0MOW2mQUGZlIPAV5Ao
To claim this, I am signing this object:
| killport() { | |
| lsof -i TCP:$1 | grep LISTEN | awk '{print $2}' | xargs kill -9 | |
| echo "Port" $1 "killed." | |
| } |
| server() { | |
| if [ -z "$1"] | |
| then | |
| python -m SimpleHTTPServer 8000 | |
| else | |
| python -m SimpleHTTPServer $1 | |
| fi | |
| } |
| @include (.*?)\((.*?)\); |
| @font-face { | |
| font-family: "San Francisco Text"; | |
| font-weight: 300; | |
| src: url("../fonts/sanfranciscotext-light-webfont.woff"); | |
| } | |
| @font-face { | |
| font-family: "San Francisco Text"; | |
| font-weight: 400; | |
| src: url("../fonts/sanfranciscotext-regular-webfont.woff"); |
I hereby claim:
To claim this, I am signing this object: