mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
176 current 2024-06-19 02:42:14 24.11.20240529.ad57eef 6.9.2-zen1 *
This commit is contained in:
parent
ce703fa142
commit
5de75cb81a
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ in
|
||||||
fi
|
fi
|
||||||
'')
|
'')
|
||||||
(pkgs.writeShellScriptBin "http2ssh" ''
|
(pkgs.writeShellScriptBin "http2ssh" ''
|
||||||
set -euo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
if [[ -z $1 ]]; then
|
if [[ -z $1 ]]; then
|
||||||
echo "You need to provide a remote name";
|
echo "You need to provide a remote name";
|
||||||
|
|
Loading…
Reference in a new issue