mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
2 lines
48 B
Bash
Executable file
2 lines
48 B
Bash
Executable file
#!/bin/sh
|
|
tail -n +5 "$1" | LC_ALL=C sort -c -u
|