configure

14 lines | 285 B Blame History Raw Download
#!/bin/bash

wget -O APLCache.zip https://github.com/rmeloca/APLCache/archive/master.zip &
wget -O MemoizeIt.zip https://github.com/rmeloca/MemoizeIt/archive/master.zip &

wait

unzip APLCache.zip &
unzip MemoizeIt.zip &

wait

mv APLCache-master APLCache
mv MemoizeIt-master MemoizeIt