All public logs

Jump to navigation Jump to search

Combined display of all available logs of creative crowd wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:59, 1 June 2023 Manetta talk contribs created page Autorefresh.sh (Created page with "<syntaxhighlight lang="bash"> #!/bin/bash input=$1; filename=$(basename $input); while true do wget http://pads.osp.kitchen/p/css-regions.graphviz/export/txt -O $filename.dot dot -Tpdf $filename.dot > $filename.pdf sleep 5 done </syntaxhighlight> Category:Boilerplates")