"Fossies" - the Fresh Open Source Software Archive

Member "afio-2.5.2/regtest/regtest.clean" (30 Nov 2018, 163 Bytes) of package /linux/misc/afio-2.5.2.tgz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Clean source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 
    2 #need to chmod first, or else we can't remove if we are a normal user
    3 chmod -R 777 ./t[0-9] 2>/dev/null
    4 rm -rf ./t[1-9] 2>/dev/null
    5 rm -f ./t[1-5].* 2>/dev/null
    6