A handy list of selection shortcuts.
Here are the official docs: Keyboard and Mouse
Building blocks:
- Add to selection: Ctrl
- Subtract from selection: Alt
#!/bin/bash | |
# THIS VERSION WILL ASK YOU FOR THE DATABASE NAME AND WHERE TO SAVE IT LOCALLY | |
function show_usage { | |
echo "Usage: $0 database-name save-directory" | |
exit 1 | |
} | |
#Need two parameters |