1
0

first commit

This commit is contained in:
Adam Joly
2023-08-03 23:16:27 +02:00
parent 7f3254f1c5
commit a80c4d61d7
133 changed files with 4293 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,2 @@
#!/bin/sh
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 | sed -n {1~2p}