This modpack is for 1.20.1 and runs on Quilt, a fork of fabric.
NOTE: Not all links may work! Please let me know which ones don't work.
📝 = Mod has been configured, changes must propagate to all clients.
| /* | |
| * This script allows you to get all of the links of episodes of a show on: | |
| * Discovery, Travel Channel, Investigation Discovery, TLC, HGTV, Food Network, Science Channel, | |
| * Animal Planet, Destination America, Cooking Channel, OWN, Discovery Life, AHC, Motor Trend, Magnolia Network | |
| * | |
| * For a list of all of the shows that are supported, go to: | |
| * https://watch.travelchannel.com/shows?network=all or https://www.sciencechannel.com/shows?network=all | |
| * The list will be the same, just choose a different subnetwork by clicking the icon of the network you want to see. | |
| * | |
| * Note: |
| #!/bin/bash | |
| function qrun() { | |
| if (( $# == 0 )); then | |
| echo "Usage: qrun [filename] <-k (keep)>" | |
| return 1 | |
| else | |
| g++ -c $1.cc;g++ $1.o -o $1;./$1 "${@:2}" | |
| if (( $# == 2 )); then | |
| if [[ $2 == "-k" ]]; then | |
| echo "[QRUN] Keeping files" |
| echo "[EZBackup] Installing..." | |
| cat > ~/backup.sh <<- EOM | |
| #!/bin/bash | |
| function backup() { | |
| if [ \$PWD = \$HOME ]; then | |
| echo "[EZBackup] ERROR: Your current directory is your home directory. Please change to a different directory before running this script." | |
| return 1 | |
| fi | |
| if [ \${PWD##*/} = "backups" ]; then | |
| echo "[EZBackup] ERROR: Your current directory is the backups directory. Please change to a different directory before running this script." |