Skip to content

Instantly share code, notes, and snippets.

@annikoff
Last active December 1, 2016 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save annikoff/990faa7433e9c1d960b26f77e9c2ef3a to your computer and use it in GitHub Desktop.
Save annikoff/990faa7433e9c1d960b26f77e9c2ef3a to your computer and use it in GitHub Desktop.
Добавление текста в начало файлов
for f in **/*.@(rb) ;do
sed -i -e '1i# frozen_string_literal: true\' $f
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment