diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-11-28 07:45:30 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-11-28 07:45:30 -0600 |
commit | 4a38bb5e2b157dce33dd6a5058dece371a9e7161 (patch) | |
tree | 95097dd80b2e48afcbeeac494f1e97e1d4a578af /misc | |
parent | 521bc70d8a81334945a498c1ff09de45554c0fe9 (diff) | |
download | scripts-4a38bb5e2b157dce33dd6a5058dece371a9e7161.tar.xz scripts-4a38bb5e2b157dce33dd6a5058dece371a9e7161.zip |
asdf
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/listgroups | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/listgroups b/misc/listgroups new file mode 100755 index 0000000..a140253 --- /dev/null +++ b/misc/listgroups @@ -0,0 +1,2 @@ +#!/bin/sh +cut -d ":" -f1 /etc/group | sort | column |