projects
/
petitboot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ui/ncurses: Add widgetset_set_window
[petitboot]
/
utils
/
pb-sysinfo
1
#!/bin/sh
2
3
case "$1" in
4
'--type')
5
tr -d '\0' < /proc/device-tree/model
6
;;
7
'--id')
8
tr -d '\0' < /proc/device-tree/system-id
9
;;
10
esac