mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 09:53:36 +00:00
Estimated hours taken: 0.1 Branches: main scripts/mdb_grep: scripts/mdb_open: Replace "save_to_file" with "dump", since that mdb command has been renamed.
4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
dump $1 .mdb_open_tmp
|
|
shell ${EDITOR-vi} .mdb_open_tmp
|
|
shell rm .mdb_open_tmp
|