projects
/
vsorcdistro
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update and rename MantenerFIFO to MantenerFIFO.md
[vsorcdistro/.git]
/
scripts
/
id.sh
1
#!/bin/bash
2
: '
3
Written by: Oscar J. Rodrigez
4
5
This is used for have the ID of the raspberry, based to the ip
6
'
7
echo $(ifconfig | grep inet | grep -v inet6 | grep -v 127.0.0.7) | awk '{print $2}' | awk -F "." '{print $4}'