tibi-svelte-starter/scripts/init.sh

5 lines
131 B
Bash
Raw Normal View History

2021-03-22 16:54:31 +01:00
#!/bin/sh
files=`find .drone.yml api src -type f -name "config*" -or -name "*drone*"`
grep -E "__.*__" $files | grep -v TIMESTAMP