Skip to content

Instantly share code, notes, and snippets.

@ajdinmore
ajdinmore / full-cache-clear.sh
Last active February 28, 2024 18:21
Clear all Symfony cache pools
#!/bin/bash
bin/console cache:pool:list | head -n -2 | tail -n +4 | xargs bin/console cache:pool:clear
@ajdinmore
ajdinmore / index.html
Created August 21, 2024 13:58
HTML emoji icon
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22>
<text y=%221.2em%22 font-size=%2296%22>🚧</text></svg>">