Sha256: 2e4b83b4d562a2405aac205c0aa69fcacdb0ffe2a2639e44042fedb2d8c6b4a2

Contents?: true

Size: 186 Bytes

Versions: 5

Compression:

Stored size: 186 Bytes

Contents

#!/bin/zsh

for file in $(grep -il "codehilite" vendor/assets/stylesheets/pygments/*.css); do
  sed -e "s/codehilite/highlight/g" $file > tmp/current.tmp
  mv tmp/current.tmp $file
done

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
zsh_dots-0.5.7 bin/repl.sh
zsh_dots-0.5.6 bin/repl.sh
zsh_dots-0.5.5 bin/repl.sh
zsh_dots-0.5.4 bin/repl.sh
zsh_dots-0.5.3 bin/repl.sh