Log In
source-git
/
acl
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
e52b25264b4bc57ef28e14acbdbad0326e33b4e2
e52b25264b4bc57ef28e14acbdbad0326e33b4e2
test
sort-getfacl-output
Fork and Edit
Blob
Blame
History
Raw
#! /usr/bin/perl -w undef $/; print join("\n\n", sort split(/\n\n/, <>)), "\n\n";