dot_testing/earth/assets/sed.sh

10 lines
271 B
Bash
Executable File

#!/bin/sh
sed -i \
-e 's/#161510/rgb(0%,0%,0%)/g' \
-e 's/#cccccc/rgb(100%,100%,100%)/g' \
-e 's/#555555/rgb(50%,0%,0%)/g' \
-e 's/#cc9528/rgb(0%,50%,0%)/g' \
-e 's/#555555/rgb(50%,0%,50%)/g' \
-e 's/#cccccc/rgb(0%,0%,50%)/g' \
"$@"