Welcome To Snipplr
Everyone's Recent Bash Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Note that you don't actually need a temporary branch, you can do this with a 'detached HEAD', but you need to take a note of the commit id generated by the git commit --amend step to supply to the git rebase command rather than using the temporary br...
0
1172
posted 14 years ago by alvarezrilla
This can be used to check if an update of a CMS (or blog, plugin, ...) changed something in the frontend (content or HTML).
Run the script with the file that contains the urls as parameter:
`wiff.sh urllist.txt`
urllist.txt contains the urls...
0
815
posted 14 years ago by ascarion
Conversión de un archivo .dmg en .iso en MacOSX. Este código forma parte del artÃculo "Crear imagen ISO con Automator"
0
753
posted 14 years ago by Bloomy