This commit is contained in:
Camille Chauvet
2023-05-17 16:45:25 +00:00
commit 29ed24d567
619 changed files with 16119 additions and 0 deletions

View File

@ -0,0 +1 @@
id -Gn $FT_USER | tr " " "," | tr -d "\n"

View File

@ -0,0 +1,2 @@
#!/bin/sh
basename -s .sh $(find . -type f -name *.sh)

View File

@ -0,0 +1 @@
find . -type f,d | wc -l

View File

@ -0,0 +1 @@
ifconfig | grep ether | awk '{print $2}'

View File

@ -0,0 +1 @@
42

View File

@ -0,0 +1 @@
ls -l | awk 'NR%2==1'