Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified original tool to run in linux #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

seraasch
Copy link

Minor CL tool difference between OSX and Linux

@anarcat
Copy link

anarcat commented Jan 27, 2016

odd... i was able to run the tool fine in debian here.

nevermind, i confirm the problem... it just that the script completes fine anyways.

@anarcat
Copy link

anarcat commented Jan 27, 2016

if, like me, you ran the script and pushed before noticing this problem, you should run:

cd ${repo}
sed -i -e 's/\(([^\)]+).md\)/(wiki\/\1)/g' README.md
cd ../${repo}.wiki
find . -name "*.md" -exec sed -i"" -e "s/\(([^\)]+).md\)/(\1)/g" '{}' +

i am not sure the rsync command makes any difference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants