env,pause
This commit is contained in:
parent
2ab2f2032e
commit
738c2095d2
13 changed files with 52 additions and 41 deletions
|
@ -1,15 +1,3 @@
|
|||
function echo_eval {
|
||||
if [ "${1}" ] ; then
|
||||
echo "${@}"
|
||||
eval "${@}"
|
||||
fi
|
||||
}
|
||||
|
||||
function nop {
|
||||
true
|
||||
}
|
||||
|
||||
function pause {
|
||||
echo -n 'Press Enter: '
|
||||
read
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue