Skip to content

Instantly share code, notes, and snippets.

@megies
Last active February 13, 2016 09:35
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 megies/cadc0a7238c068be50de to your computer and use it in GitHub Desktop.
Save megies/cadc0a7238c068be50de to your computer and use it in GitHub Desktop.
#!/bin/bash
for LINE in `cat method_list2.txt`
do
echo $LINE
python add_method_deprecations.py $LINE
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment