- Fork https://github.com/github/dmca
- Download latest youtube-dl source code from https://yt-dl.org/latest
- Extract
tar -xvf youtube-dl-2020.09.20.tar.gz - Push code to your fork as the GitHub CEO
tar -xvf youtube-dl-2020.09.20.tar.gz
| --- iso1 | |
| +++ iso2 | |
| ├── isoinfo -l -i {} -R | |
| │ @@ -1,11 +1,11 @@ | |
| │ | |
| │ Directory listing of / | |
| │ dr-xr-xr-x 3 0 0 2048 Oct 16 2020 [ 29 02] . | |
| │ -dr-xr-xr-x 2 0 0 2048 Oct 16 2020 [ 29 02] .. | |
| │ +dr-xr-xr-x 3 0 0 2048 Oct 16 2020 [ 29 02] .. | |
| │ dr-xr-xr-x 3 0 0 2048 Oct 16 2020 [ 30 02] boot |
| --- rc11-a/airgap_x86_64.iso | |
| +++ rc11-b/airgap_x86_64.iso | |
| ├── isoinfo -l -i {} -R | |
| │ @@ -1,11 +1,11 @@ | |
| │ | |
| │ Directory listing of / | |
| │ dr-xr-xr-x 3 0 0 2048 Oct 14 2020 [ 29 02] . | |
| │ -dr-xr-xr-x 3 0 0 2048 Oct 14 2020 [ 29 02] .. | |
| │ +dr-xr-xr-x 2 0 0 2048 Oct 14 2020 [ 29 02] .. | |
| │ dr-xr-xr-x 3 0 0 2048 Oct 14 2020 [ 30 02] boot |
| #!/bin/bash | |
| set -e | |
| # Usage: source <(aws-set-creds aws-access-keys.example.asc) | |
| in_file=${1?} | |
| out_file=$(mktemp -p /dev/shm/) | |
| creds=$(gpg -d ${in_file} 2>&1) | |
| aws_access_key_id=$(printf "$creds" | tail -n1 | cut -d ',' -f1) | |
| aws_secret_access_key=$(printf "$creds" | tail -n1 | cut -d ',' -f2 | sed -e 's/\r//g' ) |
| ## email: jasdmnsad82737hjnjzx@pay-mon.com | |
| mf-74 :: Aladdin.2019.AQ.mkv :: 168.29 mb :: auykcyd3huoaq3b | |
| mf-74 :: Anno.1790.S01E01.SUBBED.720p.HDTV.x264-CBFM.AQ.mkv :: 52.98 mb :: dlv83cw06yifsta | |
| mf-74 :: Anno.1790.S01E02.SUBBED.720p.HDTV.x264-CBFM[eztv].AQ.mkv :: 48.70 mb :: tlu06gwwgmymos5 | |
| mf-74 :: Anno.1790.S01E03.SUBBED.720p.HDTV.x264-CBFM[eztv].AQ.mkv :: 46.85 mb :: 3p41dgxmavif0oi | |
| mf-74 :: Anno.1790.S01E04.SUBBED.720p.HDTV.x264-CBFM[eztv].AQ.mkv :: 41.78 mb :: dkt9z3jadtbz6y4 | |
| mf-74 :: Anno.1790.S01E05.SUBBED.1080p.HDTV.H264-CBFM.AQ.mkv :: 45.29 mb :: 9oto04zylyzoz5c | |
| mf-74 :: Anno.1790.S01E06.SUBBED.720p.HDTV.x264-CBFM[eztv].AQ.mkv :: 53.83 mb :: vz63781z99k3kgh | |
| mf-74 :: Anno.1790.S01E07.SUBBED.720p.HDTV.x264-CBFM[eztv].AQ.mkv :: 52.20 mb :: epv31b3lm931hw8 |
| product/app/QtiTelephonyService/QtiTelephonyService.apk | |
| product/app/datastatusnotification/datastatusnotification.apk | |
| product/app/uceShimService/uceShimService.apk | |
| product/etc/permissions/com.qualcomm.qcrilmsgtunnel.xml | |
| product/etc/permissions/com.qualcomm.qti.imscmservice-V2.0-java.xml | |
| product/etc/permissions/com.qualcomm.qti.imscmservice-V2.1-java.xml | |
| product/etc/permissions/com.qualcomm.qti.imscmservice-V2.2-java.xml | |
| product/etc/permissions/embms.xml | |
| product/etc/permissions/qcrilhook.xml | |
| product/etc/permissions/telephonyservice.xml |
| device="coral" | |
| set -x | |
| while true; do | |
| duplicate=$( \ | |
| make DEVICE=${device} build \ | |
| | grep -A1 'FAILED:' \ | |
| | grep 'error:' \ | |
| | awk -F"', previously defined" '{print $1}' \ | |
| | awk -F"out/target/product/${device}/" '{print $2}' \ |
| ├── R9MLite-ACCESS | |
| │ └── v1.1.2 | |
| │ ├── R9M_Lite_FCC.frk | |
| │ ├── R9M_Lite_FLEX.frk | |
| │ └── R9M_Lite_LBT.frk | |
| ├── XliteSPro | |
| │ ├── 190605 | |
| │ │ ├── firmware_xlites-pro-s_190605.bin | |
| │ │ ├── PMU | |
| │ │ │ └── PMU.frsk |