This file contains hidden or 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
| #!/bin/bash | |
| SCRIPTNAME=$HOSTNAME | |
| rm -rf ~/projects/$SCRIPTNAME | |
| mkdir -p ~/projects/$SCRIPTNAME | |
| cd ~/projects/$SCRIPTNAME | |
| git clone git@bitbucket.org:akiva_bloch/${HOSTNAME}.git . | |
| ./launch |
This file contains hidden or 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
| <?xml version='1.0' encoding='utf-8' standalone='no' ?> | |
| <opml version="1.1"> | |
| <head> | |
| <title>Akiva Podcasts</title> | |
| <dateCreated>Tue, 05 Nov 2013 19:52:28 EST</dateCreated> | |
| <dateModified>Tue, 05 Nov 2013 19:52:28 EST</dateModified> | |
| </head> | |
| <body> | |
| <outline text="Podcasts"> | |
| <outline text="קטעים בהיסטוריה" type="rss" xmlUrl="http://feeds.feedburner.com/ktaim"/> |
NewerOlder