Giter VIP home page Giter VIP logo

deletorator's People

Contributors

falkogoettsch avatar

Watchers

 avatar  avatar

Forkers

efexgee

deletorator's Issues

finish shellcheck

`In deletorator.sh line 38:
cur_dir=$(basename $path)
^-- SC2086: Double quote to prevent globbing and word splitting.

In deletorator.sh line 79:
start_wait=$(echo $((RANDOM % start_jitter + 1 )) | sed 's/([0-9])$/.\1/')
^-- SC2001: See if you can use ${variable//search/replace} instead.

In deletorator.sh line 81:
sleep $start_wait
^-- SC2086: Double quote to prevent globbing and word splitting.

In deletorator.sh line 108:
target=$(ls | grep -vi deletorator | sort -R | head -1)
^-- SC2010: Don't use ls | grep. Use a glob or a for loop with a condition to allow non-alphanumeric filenames.

In deletorator.sh line 116:
mv $target $TEMP_DIR/ || echo "$ME Failed to move file to temp dir ($TEMP_DIR): $target"
^-- SC2086: Double quote to prevent globbing and word splitting.

In deletorator.sh line 118:
rm -r --one-file-system --interactive=never $TEMP_DIR/$target || echo "$ME Failed to delete: $TEMP_DIR/$target"
^-- SC2115: Use "${var:?}" to ensure this never expands to / .
^-- SC2086: Double quote to prevent globbing and word splitting.
`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.