aboutsummaryrefslogtreecommitdiff
path: root/patch.sh
blob: 380966fe1ca53d6d8272a0b00ff41b27548f3b2b (plain)
1
2
3
4
5
#!/bin/sh
test -z "$1" && { echo usage: $0 file 1>&2; exit 1; }
sed 's/^    ; Custom rules$/    #IncludeAgain %A_ScriptDir%\\rules.x/' "$1" |
sed 's/^; Custom hotkeys$/#IncludeAgain %A_ScriptDir%\\hotkeys.x/' > drm.tmp
mv drm.tmp drm.ahk