My personal scripts for migrating to a new Mac.
Migration Assistant is for chumps. Do you really trust it? Can you be without a computer for the many many hours it's going to take telling you it has just 30 mins to go?
| #!/bin/bash | |
| COLUMNS=${COLUMNS:-$(tput cols)} | |
| LINES=${LINES:-$(tput lines)} | |
| if [[ ${COLUMNS} -lt 110 ]]; then | |
| C=2 | |
| else | |
| C=3 | |
| fi |
I hereby claim:
To claim this, I am signing this object:
| sdfds | |
| fds | |
| fds | |
| public void returnStatus(int statusCode) | |
| { | |
| Timer t = statusTag.create().start(); | |
| setResponding(); | |
| if (statusCode == Response.SC_NO_CONTENT |