Commit 9fda5f37 authored by Antoine Cellerier's avatar Antoine Cellerier

Add trival script to change the contribs root directory.

parent 6ae6e222
#!/bin/sh
# Run this script from the contribs directory if you did not extract them
# to /usr/win32
grep '/usr/win32' -rl .|xargs sed -i -s "s#/usr/win32#$(pwd)#g"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment