12 lines
191 B
Bash
Executable File
12 lines
191 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# blob:summary=Reset shell.json to Blob defaults
|
|
# blob:examples=blob refresh shell
|
|
|
|
set -euo pipefail
|
|
|
|
blob-refresh-config blob/shell.json
|
|
blob-bar defaults
|
|
|
|
blob-shell-restart
|