3 127b41cc 2023-12-31 aa files=$(pm l | tr \\n ' ')
4 127b41cc 2023-12-31 aa awk -vfiles="$files" -vstty="$(stty -g)" '
6 127b41cc 2023-12-31 aa system("stty -echo")
7 127b41cc 2023-12-31 aa printf("pass:")
9 127b41cc 2023-12-31 aa system("stty " stty)
11 127b41cc 2023-12-31 aa split(files, a)
15 127b41cc 2023-12-31 aa ' | for f in $files; do
16 127b41cc 2023-12-31 aa pm s "$f" | gpm "$@" add "$f"