+[2015-06-07T01:27:20Z]pontikihihi +[2015-06-07T03:10:41Z]jaybeo/ +[2015-06-07T20:23:03Z]brontosaurusrexdo i want to install it with : sudo gem install jekyll ? +[2015-06-07T20:59:46Z]brontosaurusrexuhm, where is first page defined? +[2015-06-07T21:00:52Z]brontosaurusrexgod, this thing is stupider than my bash script ...
message no. 97348
Posted by jaybe in #jekyll at 2015-06-07T03:10:41Z
o/
+[2015-06-08T13:16:14Z]brontosaurusrexcan you spot an error here? +[2015-06-08T13:16:17Z]brontosaurusrexfind "$i" \( -iname "*.mov" -o -iname "*.avi" -o -iname "*.mxf" -o -iname "*.mp4" -o -iname "*.mpg" -o -iname "*.wav" -o -iname "*.aif" --o -iname "*.omf" -o -iname "*.aiff" -o -iname "*.mp3" \) ! -ipath "*Adobe*" ! -ipath "*.pek" ! -ipath "*.cfa" ! -ipath "*.DS_Store" | grep --colour="always" -i -s -e "$@" & +[2015-06-08T13:16:35Z]brontosaurusrexI'am getting "find: --o: unknown primary or operator" (osx) +[2015-06-08T13:19:02Z]mad-brontosaurusrex: you have one to much -- here i think --o -iname "*.omf" +[2015-06-08T13:19:46Z]brontosaurusrex:) thanks