diff --git a/README.md b/README.md index 00ea133..a8914ca 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Scripts ### `ga` Usage: `ga file [file ...]` -Source: https://rawgit.com/rsp/scripts/master/ga +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/ga Runs: `git add file [file ...]` @@ -117,7 +117,7 @@ See [ga.md](ga.md) for more info. ### `gcm` Usage: `gcm your message` (no quoting needed) -Source: https://rawgit.com/rsp/scripts/master/gcm +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/gcm Runs: `git commit message -m ...` @@ -130,7 +130,7 @@ See [gcm.md](gcm.md) for more info. ### `gpodn` Usage: `gpodn` -Source: https://rawgit.com/rsp/scripts/master/gpodn +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/gpodn Runs: `git push origin develop` (no tags) @@ -139,7 +139,7 @@ See [gpodn.md](gpodn.md) for more info. ### `gpodt` Usage: `gpodt` -Source: https://rawgit.com/rsp/scripts/master/gpodt +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/gpodt Runs: `git push origin develop --tags` @@ -148,7 +148,7 @@ See [gpodt.md](gpodt.md) for more info. ### `gpod` Usage: `gpod` -Source: https://rawgit.com/rsp/scripts/master/gpod +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/gpod Runs: `git push origin develop --tags` (by default it's the same as `gpodt`) @@ -158,7 +158,7 @@ See [gpod.md](gpod.md) for more info. ### `gpomn` Usage: `gpomn` -Source: https://rawgit.com/rsp/scripts/master/gpomn +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/gpomn Runs: `git push origin master` (no tags) @@ -167,7 +167,7 @@ See [gpomn.md](gpomn.md) for more info. ### `gpomt` Usage: `gpomt` -Source: https://rawgit.com/rsp/scripts/master/gpomt +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/gpomt Runs: `git push origin master --tags` @@ -176,7 +176,7 @@ See [gpomt.md](gpomt.md) for more info. ### `gpom` Usage: `gpom` -Source: https://rawgit.com/rsp/scripts/master/gpom +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/gpom Runs: `git push origin master --tags` (by default it's the same as `gpomt`) @@ -186,7 +186,7 @@ See [gpom.md](gpom.md) for more info. ### `auu` Usage: `sudo auu` -Source: https://rawgit.com/rsp/scripts/master/auu +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/auu Update and upgrade a Debian, Ubuntu or other APT-based Linux system. @@ -195,7 +195,7 @@ See [auu.md](auu.md) for more info. ### `internalip` Usage: `internalip [TARGET]` -Source: https://rawgit.com/rsp/scripts/master/internalip +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/internalip Get internal IP address used for outgoing Internet connections. @@ -207,7 +207,7 @@ See [internalip.md](internalip.md) for more info. ### `externalip` Usage: `externalip [METHOD]` -Source: https://rawgit.com/rsp/scripts/master/externalip +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/externalip Get external IP address that is visible by servers that you connect to over Internet. @@ -218,7 +218,7 @@ See [externalip.md](externalip.md) for more info. ### `externalip-benchmark` Usage: `externalip-benchmark` -Source: https://rawgit.com/rsp/scripts/master/externalip-benchmark +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/externalip-benchmark Find what services providing external IP address via http and https are the fastest. @@ -242,7 +242,7 @@ and put this in your `~/.bashrc` or `~/.profile`: That way it's easy to put any script there: ```sh cd ~/bin -wget https://rawgit.com/rsp/scripts/master/example +wget https://cdn.jsdelivr.net/gh/rsp/scripts/example less example # see what was downloaded chmod a+x example ``` @@ -257,7 +257,7 @@ They don't have to be in your PATH and they don't have to be executable. You can download them whenever you want, for example in your $HOME directory: ```sh cd ~ -wget https://rawgit.com/rsp/scripts/master/example-functions +wget https://cdn.jsdelivr.net/gh/rsp/scripts/example-functions less example-functions # see what was downloaded ``` Now you source them with `.` (dot) or `source` command: diff --git a/auu.md b/auu.md index e0f0fe0..693be39 100644 --- a/auu.md +++ b/auu.md @@ -4,7 +4,7 @@ From https://github.com/rsp/scripts Usage: `sudo auu` -Download: https://rawgit.com/rsp/scripts/master/auu +Download: https://cdn.jsdelivr.net/gh/rsp/scripts/auu Update and upgrade a Debian, Ubuntu or other APT-based Linux system. diff --git a/externalip-benchmark.md b/externalip-benchmark.md index dc64609..c26a3ab 100644 --- a/externalip-benchmark.md +++ b/externalip-benchmark.md @@ -4,7 +4,7 @@ From https://github.com/rsp/scripts Usage: `externalip-benchmark` -Source: https://rawgit.com/rsp/scripts/master/externalip-benchmark +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/externalip-benchmark Find what services providing external IP address via http and https are the fastest. diff --git a/externalip.md b/externalip.md index 70424a0..e1a55dd 100644 --- a/externalip.md +++ b/externalip.md @@ -4,7 +4,7 @@ From https://github.com/rsp/scripts Usage: `externalip [METHOD]` -Source: https://rawgit.com/rsp/scripts/master/externalip +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/externalip Get external IP address that is visible by servers that you connect to over Internet. diff --git a/ga.md b/ga.md index 3b5ca8d..d2ae2ce 100644 --- a/ga.md +++ b/ga.md @@ -4,7 +4,7 @@ From https://github.com/rsp/scripts Usage: `ga file [file ...]` -Source: https://rawgit.com/rsp/scripts/master/ga +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/ga Runs: `git add file [file ...]` diff --git a/gcm.md b/gcm.md index 8896f42..a9b6857 100644 --- a/gcm.md +++ b/gcm.md @@ -4,7 +4,7 @@ From https://github.com/rsp/scripts Usage: `gcm your message` (no quoting of the commit message needed) -Source: https://rawgit.com/rsp/scripts/master/gcm +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/gcm Runs: `git commit message -m ...` diff --git a/gpod.md b/gpod.md index c8a7ae6..f6bb6f3 100644 --- a/gpod.md +++ b/gpod.md @@ -6,7 +6,7 @@ From https://github.com/rsp/scripts Usage: `gpod` -Source: https://rawgit.com/rsp/scripts/master/gpod +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/gpod Runs: `git push origin develop --tags` diff --git a/gpodn.md b/gpodn.md index e4ac680..26fe270 100644 --- a/gpodn.md +++ b/gpodn.md @@ -6,7 +6,7 @@ From https://github.com/rsp/scripts Usage: `gpodn` -Source: https://rawgit.com/rsp/scripts/master/gpodn +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/gpodn Runs: `git push origin develop` diff --git a/gpodt.md b/gpodt.md index 6d2fc0f..7195b5f 100644 --- a/gpodt.md +++ b/gpodt.md @@ -6,7 +6,7 @@ From https://github.com/rsp/scripts Usage: `gpodt` -Source: https://rawgit.com/rsp/scripts/master/gpodt +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/gpodt Runs: `git push origin develop --tags` diff --git a/gpom.md b/gpom.md index 5fc1187..08d9518 100644 --- a/gpom.md +++ b/gpom.md @@ -6,7 +6,7 @@ From https://github.com/rsp/scripts Usage: `gpom` -Source: https://rawgit.com/rsp/scripts/master/gpom +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/gpom Runs: `git push origin master --tags` diff --git a/gpomn.md b/gpomn.md index 08e29de..a951987 100644 --- a/gpomn.md +++ b/gpomn.md @@ -6,7 +6,7 @@ From https://github.com/rsp/scripts Usage: `gpomn` -Source: https://rawgit.com/rsp/scripts/master/gpomn +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/gpomn Runs: `git push origin master` diff --git a/gpomt.md b/gpomt.md index 5a18014..554b380 100644 --- a/gpomt.md +++ b/gpomt.md @@ -6,7 +6,7 @@ From https://github.com/rsp/scripts Usage: `gpomt` -Source: https://rawgit.com/rsp/scripts/master/gpomt +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/gpomt Runs: `git push origin master --tags` diff --git a/internalip.md b/internalip.md index 9727b5e..3da1407 100644 --- a/internalip.md +++ b/internalip.md @@ -4,7 +4,7 @@ From https://github.com/rsp/scripts Usage: `internalip [TARGET]` -Source: https://rawgit.com/rsp/scripts/master/internalip +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/internalip Get internal IP address used for outgoing Internet connections. This is an IP address of your computer's network interface diff --git a/ok-functions.md b/ok-functions.md index adbf1a0..03b7bfd 100644 --- a/ok-functions.md +++ b/ok-functions.md @@ -2,7 +2,7 @@ ok-functions ============ From https://github.com/rsp/scripts -Source: https://rawgit.com/rsp/scripts/master/ok-functions +Source: https://cdn.jsdelivr.net/gh/rsp/scripts/ok-functions To use the functions first source it in Bash or in `~/.bashrc` or `~/.profile` ```