Skip to content

Commit

Permalink
Move src to docs for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmize committed Nov 3, 2017
1 parent 2757dee commit 4cacf17
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
4 changes: 2 additions & 2 deletions mirror.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh

wget -m http://www.decisionproblem.com/paperclips/
mkdir -p src
mv www.decisionproblem.com/paperclips/* src
mkdir -p docs
mv www.decisionproblem.com/paperclips/* docs
rm -rf www.decisionproblem.com
find . -name '*\?*' | while read -r path ; do
mv "$path" "${path%\?*}"
Expand Down

0 comments on commit 4cacf17

Please sign in to comment.