mirror of
https://github.com/hectorm/hblock.git
synced 2026-04-20 05:56:28 +05:30
Format
This commit is contained in:
parent
8eed3436cb
commit
851b748175
1 changed files with 1 additions and 3 deletions
|
|
@ -23,9 +23,7 @@ exists() {
|
|||
}
|
||||
|
||||
# Print a pseudorandom string.
|
||||
rand() {
|
||||
:& awk -v N="${!}" 'BEGIN{srand();printf("%08x%06x",rand()*2^31-1,N)}'
|
||||
}
|
||||
rand() { :& awk -v N="${!}" 'BEGIN{srand();printf("%08x%06x",rand()*2^31-1,N)}'; }
|
||||
|
||||
# Create a temporary directory, file or FIFO special file.
|
||||
createTemp() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue