lokinet/contrib/apply-patches.sh

5 lines
66 B
Bash
Executable File

#!/usr/bin/env bash
for f in "$@" ; do
patch -p1 -i "$f"
done