0
0

Cleanup old git repos

This commit is contained in:
gbaconni
2021-11-05 13:58:57 +01:00
parent 9079386c18
commit ff66f5dc81
180 changed files with 0 additions and 4016 deletions

View File

@@ -1,2 +0,0 @@
#!/bin/sh
id -Gn $FT_USER | tr ' ' ',' | tr -d '\n'

View File

@@ -1,2 +0,0 @@
#!/bin/sh
find . -type f -name '*.sh' -exec basename '{}' .sh \;

View File

@@ -1,2 +0,0 @@
#!/bin/sh
find . \( -type f -o -type d \) | wc -l | tr -d ' '

View File

@@ -1,2 +0,0 @@
#!/bin/sh
ifconfig | grep -oE 'ether .*' | cut -c7-23

View File

@@ -1 +0,0 @@
42

View File

@@ -1,2 +0,0 @@
#!/bin/sh
ls -l | awk '{ if ((NR + 1) % 2 == 0) print $0 }'

View File

@@ -1,2 +0,0 @@
#!/bin/sh
awk -F ':' '!/^#/ { n++; login=$1; rev="rev <<<"login; rev | getline revlogin; close(rev); print ((n > 1) && ((n+1) % 2 == 0))? revlogin:login }' /etc/passwd | sort -rh | tr '\n' ' ' | sed 's/ $/./; s/ /, /g;'