All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Wiki Max. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:22, 1 December 2020 Daniele Varsano talk contribs created page Solution 2 (Created page with " #! /bin/bash -x filein=$1 if [ -z "$filein" ] ; then echo "ERROR: filein needed"; exit 1 ; fi if [ ! -e "$filein" ] ; then echo "ERROR: filein not found"; exit 1 ; fi...")