bash: source from URL
Fresh3 days ago
Mar 15, 20266925 viewsConfidence Score0%
0%
Problem
In addition to my own computer, I sometimes use an Ubuntu cluster at my school. Rather than manually keep my .bashrc's in sync, I would like to make the school cluster's .bashrc source my personal .bashrc from DropBox via a URL. However, when I naively try , I just get an error: . How can I can get…
Error Output
source http://myurl
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: bash: source from URL
Low Risk
You can use process substitution with : Note: I consider directly running code retrieved over the internet to be a serious security risk. It's probably less risky if this is done over an internal network (depending on its overall security).
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix