[encode_all] prevent from running on spurious hosts!
This commit is contained in:
parent
2aeb355ce4
commit
4415a89b22
@ -1,6 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# encode_all encodes the whole library into specified format
|
# encode_all encodes the whole library into specified format
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if [[ "$HOSTNAME" != 'thrakkorzog' ]]; then
|
||||||
|
printf 'This should be run from thrakkorzog...\n' >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
ulimit -n "$(ulimit -Hn)"
|
ulimit -n "$(ulimit -Hn)"
|
||||||
. env_parallel.bash
|
. env_parallel.bash
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user