aboutsummaryrefslogtreecommitdiff
path: root/terminal
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-06-20 23:01:09 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-06-20 23:01:09 +0200
commit581865ee0c8b8aea872f053d804a41fb5f416b17 (patch)
tree9a2f99ea48c31629a5c3c42b0454483982cdbfed /terminal
parentc5d101ab2c9db3b1a001cb56953cb90b24f8fdcf (diff)
downloadscripts-581865ee0c8b8aea872f053d804a41fb5f416b17.tar.gz
scripts-581865ee0c8b8aea872f053d804a41fb5f416b17.zip
Various shellcheck fixes (www.shellcheck.net)
Diffstat (limited to 'terminal')
-rwxr-xr-xterminal2
1 files changed, 1 insertions, 1 deletions
diff --git a/terminal b/terminal
index d751592..b98a67e 100755
--- a/terminal
+++ b/terminal
@@ -2,4 +2,4 @@
2 2
3# My default terminal 3# My default terminal
4 4
5st -e tmux new-session $@ 5st -e tmux new-session "$@"

Generated with cgit - Back to sebastiano.tronto.net