diff options
| author | Andrew <saintruler@gmail.com> | 2021-08-18 17:21:04 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2021-08-18 17:21:04 +0400 |
| commit | d9744b64fbbac6687ce83818b3d479846196a625 (patch) | |
| tree | 4b8d5a470858507812ee8bff065440c25079ed45 | |
| parent | 385343f62491b9f1b7493b9844f8bec4ab090919 (diff) | |
Added x-terminal-emulator script
| -rwxr-xr-x | .local/bin/scripts/x-terminal-emulator | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/scripts/x-terminal-emulator b/.local/bin/scripts/x-terminal-emulator new file mode 100755 index 0000000..dea7090 --- /dev/null +++ b/.local/bin/scripts/x-terminal-emulator @@ -0,0 +1,2 @@ +#!/bin/sh +tabbed -c -r 2 st -w '' $@ |