Initial commit
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
commit
1071567f8d
5 changed files with 87 additions and 0 deletions
6
terminal-url-open
Executable file
6
terminal-url-open
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -ue
|
||||
|
||||
dir="${1#terminal://}"
|
||||
|
||||
x-terminal-emulator -e "sh -c 'cd "${dir}" && \$SHELL'"
|
Loading…
Add table
Add a link
Reference in a new issue