8 lines
77 B
Bash
Executable file
8 lines
77 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
grep -r '🐦' ./public
|
|
|
|
grep -ri 'placeholder' ./public
|