Find all files in current directory by extension
find . -type f -name "*.extension"
// ==UserScript== | |
// @name Open Instagram App | |
// @version 1.0.0 | |
// @author beebeo | |
// @match *://*.instagram.com/* | |
// @downloadURL https://gist.github.com/beebeo/7b454b776577d7c0ac9c91a054cf50cb/raw/open-instagram-app.user.js | |
// @updateURL https://gist.github.com/beebeo/7b454b776577d7c0ac9c91a054cf50cb/raw/open-instagram-app.user.js | |
// @homepage https://gist.github.com/beebeo/7b454b776577d7c0ac9c91a054cf50cb/ | |
// ==/UserScript== |