porting "done"

This commit is contained in:
Ciro Santilli
2018-09-09 15:08:44 +01:00
parent 6d17b2ef84
commit b3f2ddd629
11 changed files with 225 additions and 146 deletions

3
eeval
View File

@@ -1,5 +1,6 @@
#!/usr/bin/env bash
# echo and eval
# echo a command and eval it.
# Can also print the command to a file.
set -e
a=
while getopts a OPT; do