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
{"en.xml"=>"<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<Data><Series>\n <id>82066</id>\n <Actors>|Anna Torv|Joshua Jackson|John Noble|Jasika Nicole|Blair Brown|Mark Valley|Kirk Acevedo|Seth Gabel|Lance Reddick|Georgina Haig|</Actors>\n <Airs_DayOfWeek>Friday</Airs_DayOfWeek>\n <Airs_Time>9:00 PM</Airs_Time>\n <ContentRating>TV-14</ContentRating>\n <FirstAired>2008-08-26</FirstAired>\n <Genre>|Drama|Science-Fiction|</Genre>\n <IMDB_ID>tt1119644</IMDB_ID>\n <Language>en</Language>\n <Network>FOX</Network>\n <NetworkID></NetworkID>\n <Overview>The series follows a Federal Bureau of Investigation "Fringe Division" team based in Boston. The team uses unorthodox "fringe" science and FBI investigative techniques to investigate a series of unexplained, often ghastly occurrences, some of which are related to mysteries surrounding a parallel universe.</Overview>\n <Rating>8.7</Rating>\n <RatingCount>572</RatingCount>\n <Runtime>60</Runtime>\n <SeriesID>75146</SeriesID>\n <SeriesNa |
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
## Prepare ################################################################### | |
# Remove RVM | |
rvm implode | |
# Remove the RVM stuff from your .profile - It probably looks like... | |
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function | |
# Reload your profile |