diy.sh 180 B

123456789
  1. #!/bin/bash
  2. shopt -s extglob
  3. sh -c "curl -sfL https://github.com/openwrt/openwrt/commit/2e6d19ee32399e37c7545aefc57d41541a406d55.patch | patch -d './' -p1 --forward" || true