Last active
October 17, 2018 18:30
-
-
Save jgwill/aa741603b408a0116b2c5d80262c6c8c to your computer and use it in GitHub Desktop.
@stcgoal Mac OS X -> Automation of Screenshots distribution for online usage as markdown tag. @stcstatus INCOMPLETED
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add and commit/push screenshots | |
cd | |
cd Dropbox/x/screenshots/files | |
git add $* | |
git commit -m "captured $*" | |
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# shell-1810171313-02-create-url.sh | |
echo "https://raw.githubusercontent.com/jgwill/screenshots/master/$*.png" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment