diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-06-20 23:01:09 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-06-20 23:01:09 +0200 |
| commit | 581865ee0c8b8aea872f053d804a41fb5f416b17 (patch) | |
| tree | 9a2f99ea48c31629a5c3c42b0454483982cdbfed /popup-terminal | |
| parent | c5d101ab2c9db3b1a001cb56953cb90b24f8fdcf (diff) | |
| download | scripts-581865ee0c8b8aea872f053d804a41fb5f416b17.tar.gz scripts-581865ee0c8b8aea872f053d804a41fb5f416b17.zip | |
Various shellcheck fixes (www.shellcheck.net)
Diffstat (limited to 'popup-terminal')
| -rwxr-xr-x | popup-terminal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popup-terminal b/popup-terminal index a9a20d1..5a9a931 100755 --- a/popup-terminal +++ b/popup-terminal | |||
| @@ -2,4 +2,4 @@ | |||
| 2 | 2 | ||
| 3 | # TODO maybe I want to run e.g. tmux in this? | 3 | # TODO maybe I want to run e.g. tmux in this? |
| 4 | 4 | ||
| 5 | st -T "stfloat" -g 85x25+550+300 tmux new-session $@ | 5 | st -T "stfloat" -g 85x25+550+300 tmux new-session "$@" |
