1# The MIT License. 2# Copyright (C) 2017 The Future Shell , DeathSec. 3# 4# Indents Python source files to PEP8 Coding Style. 5# Depends on autopep8 6 7autopep8 -i bin/instagram-py \ 8 InstagramPy/*py 9 10echo "Converted Source files to PEP8 Style!" 11echo "exiting... " 12 13 14