From f6a6785234e2da6f73778e902e17fd54a65fc2e9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 12 Aug 2024 10:49:02 +0100 Subject: [PATCH] Use arguments to the `wsl` commands --- run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run b/run index 3b90fb2..4940322 100755 --- a/run +++ b/run @@ -33,11 +33,11 @@ function update { } function wsl:build { - _home build wsl2 + _home build wsl2 "$@" } function wsl:switch { - _home switch wsl2 + _home switch wsl2 "$@" } function _home {