projects
/
BK-2020-03.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
feat(unitproc):Add script to load dconf settings from file
[BK-2020-03.git]
/
user
/
bkrnd
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/bin/bash
2
3
# A script that outputs a random 8-digit hexadecimal number to stdout.
4
5
LC_ALL=C tr -dc "0123456789abcdef" < /dev/urandom | head -c ${1:-8}